1. {
    2. "window.zoomLevel": 0,
    3. "http.proxySupport": "off",
    4. "editor.gotoLocation.multiple": "gotoAndPeek",
    5. "editor.suggestSelection": "first",
    6. "python.jediEnabled": false,
    7. "python.linting.mypyCategorySeverity.error": "Hint",
    8. "[python]": {
    9. },
    10. "editor.acceptSuggestionOnEnter": "off",
    11. "C_Cpp.updateChannel": "Insiders",
    12. "python.dataScience.sendSelectionToInteractiveWindow": true,
    13. "terminal.integrated.rendererType": "dom",
    14. "workbench.iconTheme": "vscode-icons",
    15. "editor.detectIndentation": false,
    16. "sync.autoUpload": true,
    17. "terminal.integrated.inheritEnv": false,
    18. "sync.gist": "4a1bccdcf51517687977d0fc65c3a0c9",
    19. "remote.SSH.showLoginTerminal": true,
    20. "files.autoGuessEncoding": true,
    21. "python.analysis.memory.keepLibraryLocalVariables": true,
    22. "python.analysis.memory.keepLibraryAst": true,
    23. "cSpell.userWords": [
    24. "kpoint"
    25. ],
    26. "editor.minimap.enabled": false,
    27. "cmake.configureOnOpen": true,
    28. "remote.SSH.remotePlatform": {
    29. "gtwell": "linux",
    30. "guotengwei": "linux"
    31. },
    32. "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
    33. "python.defaultInterpreterPath": "E:\\anaconda\\envs\\pt1.0\\python.exe",
    34. "python.languageServer": "Microsoft",
    35. "fileheader.configObj": {
    36. "autoAdd": true, // 默认开启
    37. },
    38. "fileheader.customMade": {
    39. "Author": "gtwell",
    40. "Date": "Do not edit",
    41. "LastEditTime": "Do not edit",
    42. }
    43. }
    44. }