vscode workspace
This commit is contained in:
parent
4d2cdf1e2e
commit
7a9853cc63
21
LICENSE
21
LICENSE
@ -1,21 +0,0 @@
|
|||||||
MIT License
|
|
||||||
|
|
||||||
Copyright (c) 2016 Alex Martin
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
|
||||||
in the Software without restriction, including without limitation the rights
|
|
||||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
copies of the Software, and to permit persons to whom the Software is
|
|
||||||
furnished to do so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in all
|
|
||||||
copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
SOFTWARE.
|
|
@ -1,10 +0,0 @@
|
|||||||
[defaults]
|
|
||||||
main_ac_checks = 0
|
|
||||||
inf_sprint = 1
|
|
||||||
sprint_all_surfaces = 1
|
|
||||||
macro_limits = 1
|
|
||||||
switch_reload = 1
|
|
||||||
crouch_bug = 9999
|
|
||||||
frame_limit = 9999
|
|
||||||
vehicle_blips = 1
|
|
||||||
sprint_speed_limit = 0
|
|
30
sa-mp.code-workspace
Normal file
30
sa-mp.code-workspace
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"path": "."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"files.exclude": {
|
||||||
|
"**/.git": true,
|
||||||
|
"**/.gitignore": true,
|
||||||
|
"**/.svn": true,
|
||||||
|
"**/.hg": true,
|
||||||
|
"**/CVS": true,
|
||||||
|
"**/.DS_Store": true,
|
||||||
|
"**/npcmodes": true,
|
||||||
|
"**/plugins": true,
|
||||||
|
"**/archive": true,
|
||||||
|
"**/old_pawn": true,
|
||||||
|
"**/*.exe": true,
|
||||||
|
"**/*.dll": true,
|
||||||
|
"**/*.so": true,
|
||||||
|
"**/*.pdb": true,
|
||||||
|
"**/*.amx": true,
|
||||||
|
"**/*.rar": true,
|
||||||
|
"**/*.zip": true,
|
||||||
|
"**/*.*.old": true,
|
||||||
|
"include": true,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user