{
"window.zoomLevel": 0,
"http.proxySupport": "off",
"editor.gotoLocation.multiple": "gotoAndPeek",
"editor.suggestSelection": "first",
"python.jediEnabled": false,
"python.linting.mypyCategorySeverity.error": "Hint",
"[python]": {
},
"editor.acceptSuggestionOnEnter": "off",
"C_Cpp.updateChannel": "Insiders",
"python.dataScience.sendSelectionToInteractiveWindow": true,
"terminal.integrated.rendererType": "dom",
"workbench.iconTheme": "vscode-icons",
"editor.detectIndentation": false,
"sync.autoUpload": true,
"terminal.integrated.inheritEnv": false,
"sync.gist": "4a1bccdcf51517687977d0fc65c3a0c9",
"remote.SSH.showLoginTerminal": true,
"files.autoGuessEncoding": true,
"python.analysis.memory.keepLibraryLocalVariables": true,
"python.analysis.memory.keepLibraryAst": true,
"cSpell.userWords": [
"kpoint"
],
"editor.minimap.enabled": false,
"cmake.configureOnOpen": true,
"remote.SSH.remotePlatform": {
"gtwell": "linux",
"guotengwei": "linux"
},
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
"python.defaultInterpreterPath": "E:\\anaconda\\envs\\pt1.0\\python.exe",
"python.languageServer": "Microsoft",
"fileheader.configObj": {
"autoAdd": true, // 默认开启
},
"fileheader.customMade": {
"Author": "gtwell",
"Date": "Do not edit",
"LastEditTime": "Do not edit",
}
}
}