You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

39 lines
857 B

{
"cSpell.words": [
"Kingbase",
"Newtonsoft"
],
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"src\\SSCMS.Web/plugins": true
},
"explorerExclude.backup": {},
"dotnetAcquisitionExtension.installTimeoutValue": 1800,
"dotnetAcquisitionExtension.existingDotnetPath": [
{"extensionId": "msazurermtools.azurerm-vscode-tools", "path": "C:\\Program Files\\dotnet\\dotnet.exe"}
],
"dotnet.defaultSolution": "build.sln",
"editor.tabSize": 4,
"[csharp]": {
"editor.tabSize": 4
},
"[html]": {
"editor.tabSize": 2
},
"[javascript]": {
"editor.tabSize": 2
},
"[json]": {
"editor.tabSize": 2
},
// This one forces the tab to be **space**
"editor.insertSpaces": true,
"window.zoomLevel": 1,
}