导出已安装
code --list-extensions > extensions.txt
导入安装
Get-Content extensions.txt | ForEach-Object { code --install-extension $_ }
插件和配置
antfu.browse-lite
antfu.vite
Atishay-Jain.All-Autocomplete
be5invis.vscode-custom-css
bmewburn.vscode-intelephense-client
caolin.java-run
carlosJoo.language-stylus-plus
cschlosser.doxdocgen
DigitalBrainstem.javascript-ejs-support
dline.CobaltNext
dnicolson.binary-plist
donjayamanne.githistory
DotJoshJohnson.xml
dsznajder.es7-react-js-snippets
eamodio.gitlens
eightHundreds.vscode-mindmap
endercat.one-dark-github
EnkelDigital.open-lnk
esbenp.prettier-vscode
formulahendry.auto-close-tag
formulahendry.auto-rename-tag
formulahendry.code-runner
gimjin.banjiao
GitHub.github-vscode-theme
GitHub.vscode-pull-request-github
golang.go
GrapeCity.gc-excelviewer
ionutvmi.reg
jeff-hykin.better-cpp-syntax
jock.svg
mark-wiemer.vscode-autohotkey-plus-plus
mathiassoeholm.markdown-link-updater
mhutchie.git-graph
michelemelluso.code-beautifier
MS-CEINTL.vscode-language-pack-zh-hans
ms-python.isort
ms-python.python
ms-python.vscode-pylance
ms-toolsai.jupyter
ms-toolsai.jupyter-keymap
ms-toolsai.jupyter-renderers
ms-toolsai.vscode-jupyter-cell-tags
ms-toolsai.vscode-jupyter-slideshow
ms-vscode-remote.remote-containers
ms-vscode-remote.remote-ssh
ms-vscode-remote.remote-ssh-edit
ms-vscode-remote.remote-wsl
ms-vscode.cmake-tools
ms-vscode.cpptools
ms-vscode.cpptools-extension-pack
ms-vscode.cpptools-themes
ms-vscode.remote-explorer
ms-vsliveshare.vsliveshare
nabeeltahirdeveloper.theme-cobalt2-dark
NabeelValley.easyzoom
Natizyskunk.sftp
natqe.reload
octref.vetur
peaceshi.syntax-highlight
Prisma.prisma
reagankarnes.one-material-dark
redhat.fabric8-analytics
redhat.java
redhat.vscode-xml
ritwickdey.LiveServer
saionaro.smart-css-autocomplete
sdras.vue-vscode-snippets
SharzyL.cjk-word-handler
skn0tt.markdown-link-expander
solnurkarim.html-to-css-autocompletion
SonarSource.sonarlint-vscode
stxr.iconfont-preview
sysoev.language-stylus
tal7aouy.theme
Thog.vscode-asl
tomoki1207.pdf
twxs.cmake
unifiedjs.vscode-mdx
vadimcn.vscode-lldb
vangware.dark-plus-material
VisualStudioExptTeam.intellicode-api-usage-examples
VisualStudioExptTeam.vscodeintellicode
vscjava.vscode-java-debug
vscjava.vscode-java-dependency
vscjava.vscode-java-pack
vscjava.vscode-java-test
vscjava.vscode-maven
Vue.volar
Vue.vscode-typescript-vue-plugin
vunguyentuan.vscode-css-variables
wesbos.theme-cobalt2
wix.vscode-import-cost
Wscats.eno
yzhang.markdown-all-in-one
Zignd.html-css-class-completion
zitup.classnametocss
前端开发常用
code --install-extension antfu.browse-lite
code --install-extension antfu.vite
code --install-extension carlosJoo.language-stylus-plus
code --install-extension cschlosser.doxdocgen
code --install-extension DigitalBrainstem.javascript-ejs-support
code --install-extension dsznajder.es7-react-js-snippets
code --install-extension eamodio.gitlens
code --install-extension esbenp.prettier-vscode
code --install-extension formulahendry.auto-rename-tag
code --install-extension formulahendry.code-runner
code --install-extension GitHub.github-vscode-theme
code --install-extension GitHub.vscode-pull-request-github
code --install-extension mhutchie.git-graph
code --install-extension MS-CEINTL.vscode-language-pack-zh-hans
code --install-extension ms-vscode.powershell
code --install-extension NabeelValley.easyzoom
code --install-extension Natizyskunk.sftp
code --install-extension natqe.reload
code --install-extension octref.vetur
code --install-extension redhat.vscode-xml
code --install-extension ritwickdey.LiveServer
code --install-extension sdras.vue-vscode-snippets
code --install-extension stxr.iconfont-preview
code --install-extension sysoev.language-stylus
code --install-extension tomoki1207.pdf
code --install-extension unifiedjs.vscode-mdx
code --install-extension VisualStudioExptTeam.intellicode-api-usage-examples
code --install-extension VisualStudioExptTeam.vscodeintellicode
code --install-extension Vue.volar
code --install-extension Vue.vscode-typescript-vue-plugin
code --install-extension Wscats.eno
code --install-extension yzhang.markdown-all-in-one
setting.json
{
"workbench.editorAssociations": {
"*.lnk": "default"
},
"editor.unicodeHighlight.invisibleCharacters": false,
"editor.suggestSelection": "first",
"editor.maxTokenizationLineLength": 1000000,
"editor.selectionClipboard": false,
"editor.minimap.scale": 1,
"editor.fontSize": 16,
"editor.links": false,
"editor.fontWeight": "normal",
"editor.codeLensFontFamily": "'MesloLGM Nerd Font', MesloLGM, 'Hack Nerd Font', Hack, Consolas, '微软雅黑', 'Noto Sans CJK SC' ,monospace",
"editor.inlayHints.fontFamily": "'MesloLGM Nerd Font', MesloLGM, 'Hack Nerd Font', Hack, Consolas, '微软雅黑', 'Noto Sans CJK SC' ,monospace",
"editor.fontFamily": "'MesloLGM Nerd Font', MesloLGM, 'Hack Nerd Font', Hack, Consolas, '微软雅黑', 'Noto Sans CJK SC' ,monospace",
"editor.unicodeHighlight.allowedLocales": {
"zh-hans": true,
"zh-hant": true
},
"editor.tokenColorCustomizations": {
"comments": "#00aa00"
},
"terminal.integrated.fontFamily": "'MesloLGS Nerd Font Mono', MesloLGS, 'Hack Nerd Font Mono', Hack, Consolas, '微软雅黑', 'Noto Sans CJK SC' ,monospace",
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.cursorWidth": 2,
"terminal.integrated.scrollback": 1e22,
"terminal.integrated.inheritEnv": false,
"terminal.integrated.profiles.windows": {
"PowerShell 7": {
"source": "PowerShell",
"args": ["-noprofile", "-Command", "pwsh.exe"],
"icon": "terminal-powershell"
}
},
"terminal.integrated.defaultProfile.windows": "PowerShell 7",
"diffEditor.ignoreTrimWhitespace": false,
"markdown.preview.fontSize": 16,
"debug.console.fontSize": 15,
"scm.inputFontSize": 15,
"remote.SSH.remotePlatform": {
"192.168.0.2": "linux",
"sandbox.ly8x2h.csb": "linux"
},
"leetcode.endpoint": "leetcode-cn",
"leetcode.workspaceFolder": "~/.leetcode",
"leetcode.hint.configWebviewMarkdown": false,
"leetcode.hint.commentDescription": false,
"leetcode.defaultLanguage": "cpp",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"liveServer.settings.donotVerifyTags": true,
"liveServer.settings.donotShowInfoMsg": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"sonarlint.rules": {
"css:S125": {
"level": "off"
},
"typescript:S6671": {
"level": "off"
},
"typescript:S1854": {
"level": "off"
},
"typescript:S6754": {
"level": "off"
},
"typescript:S125": {
"level": "off"
}
},
"code-runner.runInTerminal": true,
"code-runner.saveFileBeforeRun": true,
"code-runner.executorMap": {
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt"
},
"debug.onTaskErrors": "showErrors",
"security.workspace.trust.untrustedFiles": "open",
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[python]": {
"editor.formatOnType": true
},
"redhat.telemetry.enabled": false,
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"workbench.colorTheme": "GitHub Dark",
"compile-hero.jade-output-directory": "./compile_hero_dist",
"compile-hero.javascript-output-directory": "./compile_hero_dist",
"compile-hero.less-output-directory": "./compile_hero_dist",
"compile-hero.pug-output-directory": "./compile_hero_dist",
"compile-hero.sass-output-directory": "./compile_hero_dist",
"compile-hero.scss-output-directory": "./compile_hero_dist",
"compile-hero.stylus-output-directory": "./compile_hero_dist",
"compile-hero.typescript-output-directory": "./compile_hero_dist",
"compile-hero.typescriptx-output-directory": "./compile_hero_dist",
"git.openRepositoryInParentFolders": "never",
"picgo.customUploadName": "${fileName}-${date}${extName}",
"picgo.picBed.current": "github",
"picgo.picBed.github.branch": "main",
"picgo.picBed.github.customUrl": "",
"picgo.picBed.github.path": "pictures/picgo/vs/",
"picgo.picBed.github.repo": "",
"picgo.picBed.github.token": "",
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"interview.workspaceFolder": "C:\\Users\\banny\\.FEInterview",
"interview.updateNotification": 0,
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
"vite.autoStart": false,
"editor.tabSize": 2,
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"window.commandCenter": false,
"leetcode-problem-rating.workspaceFolder": "C:\\Users\\zhipeng\\.leetcode",
"leetcode-problem-rating.defaultLanguage": "golang",
"leetcode-problem-rating.filePath": {
"default": {
"folder": "",
"filename": "${id}.${camelCaseName}/main.${ext}"
},
"golang": {
"folder": "golang",
"filename": "${id}.${camelCaseName}/main.${ext}"
}
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"leetcode-problem-rating.hint.configWebviewMarkdown": false,
"go.toolsManagement.autoUpdate": true,
"tailwindCSS.includeLanguages": {
"javascript": "javascriptreact",
"typescript": "typescriptreact"
},
"tailwindCSS.experimental.classRegex": [
["classNames\\(([^)]+)\\)", "'([^']*)'"]
],
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"accessibility.signals.terminalBell": {
"sound": "on"
},
"terminal.integrated.enableVisualBell": true,
"Codegeex.Privacy": true,
"files.associations": {
"config": "ssh_config"
},
"tabnine.experimentalAutoImports": true,
"banjiao.switch": false,
"workbench.layoutControl.enabled": false,
"git.autofetch": true,
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"githubPullRequests.createOnPublishBranch": "never",
"workbench.iconTheme": "material-icon-theme",
"Codegeex.EnableExtension": false,
"solidity.telemetry": false,
"[solidity]": {
"editor.defaultFormatter": "NomicFoundation.hardhat-solidity"
},
"prisma.showPrismaDataPlatformNotification": false,
"python.autoComplete.extraPaths": [
"D:\\BlenderWorkSpace\\development\\fake-bpy-module\\fake_bpy_modules_3.6-20231118"
],
"blender.executables": [
{
"path": "D:\\Program Files\\Blender Foundation\\Blender 3.6\\blender.exe",
"name": "Blender 3.6",
"isDebug": false
}
],
"python.analysis.extraPaths": [
"D:\\BlenderWorkSpace\\development\\fake-bpy-module\\fake_bpy_modules_3.6-20231118"
],
"Codegeex.CandidateNum": "3 (slow)",
"Codegeex.CompletionModel": "CodeGeeX Pro[Beta]",
"accessibility.signals.sounds.volume": 0,
"vsicons.dontShowNewVersionMessage": true,
}