技巧
小于 1 分钟
技巧
安装版本vscode和portablevscode会在任务栏重叠,怎么办
- Open directory {vscode_installation_dir}/resources/app
- Edit the file product.json with a text editor (VSCode/Notepad.exe/Notepad++ or whatever)
- Locate the key win32AppUserModelId
- Change its value to what you want it to be, and save the file:
"win32AppUserModelId": "Microsoft.VisualStudioCode.ForJupyter"
就行了
vscode运行python出现错误ModuleNotFoundError: No module named 'crawel'
- Press Ctrl + Shift + P to open Command Palette
- Go to Users.setting.json
- Add the following line
"terminal.integrated.env.windows": { "PYTHONPATH": "${workspaceFolder}" }
vscode加载appdata里面的types怎么办
配置settings.json
,设置typescript.disableAutomaticTypeAcquisition