settings.json
{"git.ignoreLimitWarning": true,"code-runner.runInTerminal": true,"code-runner.executorMap": {"python": "python3"},"editor.quickSuggestions": {"comments": "off","strings": "off","other": "off"},"editor.suggestOnTriggerCharacters": false,"editor.acceptSuggestionOnEnter": "off","editor.wordBasedSuggestions": "off","github.copilot.inlineSuggest.enable": false,"github.copilot.editor.enableAutoCompletions": false}
第二句话保证在终端里面进行IO
第三句话保证python3的用户不会执行python关键词
后面的是关闭自动填补代码功能的,我们打算竞最好还是关掉(工作的时候还是挺有用的)
还有插件pylance、Intellicode也最好禁用
然后我一般都是题目左边,vscode右边(将主侧栏靠右,活动栏置顶)这样观感还不错