moved files to specific folders
This commit is contained in:
89
vscode/settings.json
Normal file
89
vscode/settings.json
Normal file
@ -0,0 +1,89 @@
|
||||
{
|
||||
"workbench.iconTheme": "material-icon-theme",
|
||||
"workbench.colorTheme": "Material Theme Darker",
|
||||
"workbench.activityBar.visible": true,
|
||||
"workbench.startupEditor": "none",
|
||||
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
|
||||
"terminal.integrated.shellArgs.windows": [
|
||||
"/k",
|
||||
"%USERPROFILE%\\cmder\\vendor\\init.bat"
|
||||
],
|
||||
"terminal.explorerKind": "integrated",
|
||||
"terminal.external.windowsExec": "%USERPROFILE%\\cmder\\cmder.exe",
|
||||
"team.showWelcomeMessage": false,
|
||||
"mssql.connections": [
|
||||
{
|
||||
"server": "(localdb)\\mssqllocaldb",
|
||||
"database": "master",
|
||||
"authenticationType": "Integrated",
|
||||
"password": ""
|
||||
}
|
||||
],
|
||||
"git.enableSmartCommit": true,
|
||||
"git.confirmSync": false,
|
||||
"git.autofetch": true,
|
||||
"liveServer.settings.donotShowInfoMsg": true,
|
||||
"typescript.updateImportsOnFileMove.enabled": "always",
|
||||
"cSpell.userWords": [
|
||||
"AUTORESPONDER",
|
||||
"Crosstab",
|
||||
"GIFs",
|
||||
"HEADEREDITOR",
|
||||
"HTTPMETHOD",
|
||||
"HTTPVERSION",
|
||||
"MKCOL",
|
||||
"Neovim",
|
||||
"PARAMEDITOR",
|
||||
"PROPFIND",
|
||||
"PROPPATCH",
|
||||
"Passthrough",
|
||||
"RAWHEADERS",
|
||||
"RAWPARAMETERS",
|
||||
"RAWREQUEST",
|
||||
"RAWURL",
|
||||
"Roadmap",
|
||||
"TRDP",
|
||||
"TRDX",
|
||||
"Telerik",
|
||||
"URLPARAMS",
|
||||
"Ungroup",
|
||||
"buttongroup",
|
||||
"checkmark",
|
||||
"cmder",
|
||||
"dropdownlist",
|
||||
"endregion",
|
||||
"hacky",
|
||||
"hbox",
|
||||
"iexplore",
|
||||
"kendo",
|
||||
"keypress",
|
||||
"keyvalue",
|
||||
"kvps",
|
||||
"powerline",
|
||||
"rawvalue",
|
||||
"redir",
|
||||
"repos",
|
||||
"tabstrip",
|
||||
"tilix",
|
||||
"tmux",
|
||||
"toggleable",
|
||||
"ungrouped",
|
||||
"vbox",
|
||||
"whitelabeling"
|
||||
],
|
||||
"[html]": {
|
||||
"editor.defaultFormatter": "vscode.html-language-features"
|
||||
},
|
||||
"[json]": {
|
||||
"editor.defaultFormatter": "vscode.json-language-features"
|
||||
},
|
||||
"[markdown]": {
|
||||
"editor.fontFamily": "\"IA Writer Duo S\", monospace",
|
||||
"editor.fontLigatures": true,
|
||||
"editor.fontSize": 16,
|
||||
"editor.lineHeight": 26,
|
||||
"editor.wordWrap": "wordWrapColumn",
|
||||
"editor.wordWrapColumn": 64,
|
||||
"editor.quickSuggestions": false,
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user