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. "terminal.integrated.rendererType": "dom",
    13. "workbench.iconTheme": "vscode-icons",
    14. "editor.detectIndentation": false,
    15. "sync.autoUpload": true,
    16. "terminal.integrated.inheritEnv": false,
    17. "sync.gist": "4a1bccdcf51517687977d0fc65c3a0c9",
    18. "remote.SSH.showLoginTerminal": true,
    19. "files.autoGuessEncoding": true,
    20. "python.analysis.memory.keepLibraryLocalVariables": true,
    21. "python.analysis.memory.keepLibraryAst": true,
    22. "cSpell.userWords": [
    23. "kpoint"
    24. ],
    25. "editor.minimap.enabled": false,
    26. "cmake.configureOnOpen": true,
    27. "remote.SSH.remotePlatform": {
    28. "gtwell": "linux",
    29. "guotengwei": "linux"
    30. },
    31. "terminal.integrated.shell.windows": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
    32. "python.defaultInterpreterPath": "E:\\anaconda\\envs\\pt1.0\\python.exe",
    33. "python.languageServer": "Microsoft",
    34. "fileheader.configObj": {
    35. "autoAdd": true, // 默认开启
    36. },
    37. "fileheader.customMade": {
    38. "Author": "gtwell",
    39. "Date": "Do not edit",
    40. "LastEditTime": "Do not edit",
    41. },
    42. "jupyter.sendSelectionToInteractiveWindow": true
    43. }
    44. }