个人插件推荐

唐川 · 2023-7-3 · 次阅读


个人插件推荐

Chrome

Chrome插件安装情况如下:
image.png

Web

2023年7月3日
近期阅读TODO list

“自动驾驶的感知,定位,决策,控制哪个方向能在未来30年更容易赚钱? - 知乎”
“Occupancy Network综述!Grid-Centric的感知方法(BEV/多任务/轨迹预测等) - 知乎”
“HDMapNet”
“CVPR2023自动驾驶相关工作汇总(3D检测/BEV/端到端/车道线/SLAM等) - 知乎”

  • 知识星球

VSCode

  • background
  • C/C++
  • Chinese
  • CMake
  • CodeSnap
  • Community Material
  • diff
  • filesize
  • git history
  • gitlens
  • copilot
  • indent-rainbow
  • jupyter
  • python
  • pylance
  • python indent
  • Remote SSH
  • vscode-icons
  • vscode-cudacpp


{
    "workbench.iconTheme": "vscode-icons",
    "leetcode.endpoint": "leetcode-cn",
    "leetcode.hint.configWebviewMarkdown": false,
    "leetcode.hint.commandShortcut": false,
    "background.enabled":true,
    "background.useDefault": true,
    "update.mode": "manual",
    "extensions.ignoreRecommendations": false,
    "remote.SSH.remotePlatform": {
        "59.72.118.127": "linux",
        "Tangchuan": "linux",
        "03号机": "linux",
        "24号机": "linux",
        "Remote_Tangchuan": "linux",
        "Tangchuan_home": "linux",
        "Tangchuan_school": "linux",
        "Server03_home": "linux",
        "腾讯云": "linux",
        "Server24_home": "linux",
        "服务器": "linux",
        "服务器-21": "linux",
        "服务器-16": "linux",
        "服务器-20": "linux",
        "服务器-26": "linux",
        "AutoDL": "linux",
        "base服务器": "linux",
        "公共-1号机": "linux",
        "公共-11号机": "linux"
    },
    // "terminal.integrated.shell.linux": "/usr/bin/zsh",
    // "terminal.integrated.profiles.windows": {
    //     "Cmder": {
    //       "path": "${env:windir}\\System32\\cmd.exe",
    //       "args": ["/k", "C:\\cmder\\vendor\\bin\\vscode_init.cmd"]
    //     }
    //   },
    //   "terminal.integrated.defaultProfile.windows": "Cmder",
    "files.associations": {
        "*.py": "python",
        "*.cjson": "jsonc",
        "*.wxss": "css",
        "*.wxs": "javascript"
    },
    "background.style": {
        "content": "",
        "pointer-events": "none",
        "position": "absolute",
        "z-index": "99999",
        "width": "100%",
        "height": "100%",
        "background-position": "100% 100%",
        "background-repeat": "no-repeat",
        "opacity": 0.7
    },
    "glassit.alpha": 255,
    "files.autoSave": "off",
    "workbench.colorTheme": "Monokai Dimmed",
    "editor.renderControlCharacters": true,
    "terminal.integrated.inheritEnv": false,
    "python.dataScience.sendSelectionToInteractiveWindow": true,
    "python.dataScience.askForKernelRestart": false,
    "sync.gist": "90e24cdb98ed2c1129d6ee29eddadd86",
    // "python.linting.pylintPath": "/home/tangchuan/miniconda3/envs/pytorch_gpu/bin/pylint",
    "workbench.startupEditor": "welcomePage",
    "editor.renderWhitespace": "none",
    "editor.formatOnPaste": false,
    "python.showStartPage": false,
    "latex-workshop.message.update.show": false,
    "latex-workshop.view.pdf.viewer": "browser",
    // "python.linting.pylintPath": "E:\\ProgramData\\Anaconda3\\envs\\pytorch_env\\Scripts\\pylint.exe",
    // "powermode.enabled": true,
    // "powermode.shakeIntensity": 0,
    // "powermode.presets": "fireworks",
    "latex-workshop.latex.recipes": [
        {
            "name": "xelatex",
            "tools": [
                "xelatex"
            ]
        },
        {
            "name": "xelatex -> bibtex -> xelatex*2",
            "tools": [
                "xelatex",
                "bibtex",
                "xelatex",
                "xelatex"
            ]
        }
    ],
    "latex-workshop.latex.tools": [
        {
            "name": "latexmk",
            "command": "latexmk",
            "args": [
                "-synctex=1",
                "-interaction=nonstopmode",
                "-file-line-error",
                "-pdf",
                "%DOC%"
            ]
        },
        {
            "name": "xelatex",
            "command": "xelatex",
            "args": [
                "-synctex=1",
                "-interaction=nonstopmode",
                "-file-line-error",
                "%DOC%"
            ]
        },
        {
            "name": "bibtex",
            "command": "bibtex",
            "args": [
                "%DOCFILE%"
            ]
        }
    ],
    "latex-preview.command": "xelatex",
    "diffEditor.ignoreTrimWhitespace": false,
    "vsicons.dontShowNewVersionMessage": true,
    "remote.SSH.connectTimeout": 60,
    "deadlines.conferences": [

        // "NeurIPS",
        // "ICLR",
        // "ICML",
        // "CVPR",
        // "ICCV",
        // "ECCV",
        // "AAAI",
        // "AISTATS",
        "IJCAI",
        // "BMVC",
        // "MM"
    ],
    "editor.wordWrap": "on",
    "git.confirmSync": false,
    "explorer.confirmDelete": false,
    "jupyter.textOutputLimit": 0,
    "editor.accessibilitySupport": "off",
    "powershell.promptToUpdatePowerShell": false,
    // "[vue]": {
    //     "editor.defaultFormatter": "esbenp.prettier-vscode"
    // },
    "liveServer.settings.donotShowInfoMsg": true,
    "gitlens.views.branches.branches.layout": "list",
    "editor.inlineSuggest.enabled": true,
    // "[html]": {
    //     "editor.defaultFormatter": "esbenp.prettier-vscode"
    // },
    "security.workspace.trust.untrustedFiles": "open",
    "workbench.editorAssociations": {
        "*.ipynb": "jupyter-notebook"
    },
    "python.languageServer": "Jedi",
    "jupyter.interactiveWindowMode": "perFile",
    "notebook.cellToolbarLocation": {
        "default": "right",
        "jupyter-notebook": "left"
    },
    "editor.formatOnSave": false,
    "editor.formatOnType": false,
    "json.maxItemsComputed": 1000,
    "remote.SSH.showLoginTerminal": true,
    "github.copilot.enable": {
        "*": true,
        "yaml": true,
        "plaintext": true,
        "markdown": true,
        "python": true,
        "cpp": false
    },
    "cmake.configureOnOpen": true,
    "leetcode.defaultLanguage": "cpp",
    "leetcode.workspaceFolder": "e:\\workdir\\MyAlgorithm\\Leetcode",
    "leetcode.hint.commentDescription": false,
    "settingsSync.ignoredExtensions": [
        "ms-python.python",
        "tht13.python"
    ],
    // "terminal.integrated.defaultProfile.windows": "/usr/bin/zsh (migrated)",
    "terminal.integrated.fontFamily": "MesloLGM NF",
    "terminal.integrated.profiles.windows": {
        "PowerShell": {
            "source": "PowerShell",
            "icon": "terminal-powershell"
        },
        "CMD": {
            "path": [
                "${env:windir}\\Sysnative\\cmd.exe",
                "${env:windir}\\System32\\cmd.exe"
            ],
            "args": [],
            "icon": "terminal-cmd"
        },
        "Git Bash": {
            "source": "Git Bash"
        },
        // "/usr/bin/zsh (migrated)": {
        //     "path": "/usr/bin/zsh",
        //     "args": []
        // }
    },
    "terminal.integrated.defaultProfile.linux": "zsh",
    "bracket-pair-colorizer-2.depreciation-notice": false,
    "notebook.lineNumbers": "on",
    "terminal.integrated.defaultProfile.windows": "PowerShell",
    "grunt.autoDetect": "on",
    "workbench.editor.autoLockGroups": {
        "terminalEditor": false
    },
    "workbench.editor.enablePreviewFromCodeNavigation": true,
    "terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
    "code-runner.executorMap": {

        "javascript": "node",
        "java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
        "c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
        "cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
        "objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
        "php": "php",
        "python": "python -u",
        "perl": "perl",
        "perl6": "perl6",
        "ruby": "ruby",
        "go": "go run",
        "lua": "lua",
        "groovy": "groovy",
        "powershell": "powershell -ExecutionPolicy ByPass -File",
        "bat": "cmd /c",
        "shellscript": "bash",
        "fsharp": "fsi",
        "csharp": "scriptcs",
        "vbscript": "cscript //Nologo",
        "typescript": "ts-node",
        "coffeescript": "coffee",
        "scala": "scala",
        "swift": "swift",
        "julia": "julia",
        "crystal": "crystal",
        "ocaml": "ocaml",
        "r": "Rscript",
        "applescript": "osascript",
        "clojure": "lein exec",
        "haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
        "rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
        "racket": "racket",
        "scheme": "csi -script",
        "ahk": "autohotkey",
        "autoit": "autoit3",
        "dart": "dart",
        "pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
        "d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
        "haskell": "runhaskell",
        "nim": "nim compile --verbosity:0 --hints:off --run",
        "lisp": "sbcl --script",
        "kit": "kitc --run",
        "v": "v run",
        "sass": "sass --style expanded",
        "scss": "scss --style expanded",
        "less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
        "FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
        "fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
        "fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
        "fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
        "sml": "cd $dir && sml $fileName"
    },
    "code-runner.runInTerminal": true,
    "terminal.integrated.enableMultiLinePasteWarning": false,
    "emmet.includeLanguages": {
        "wxml": "html"
    },
    "minapp-vscode.disableAutoConfig": true,
    "workbench.editor.untitled.hint": "hidden",
    "window.commandCenter": true,
    "workbench.layoutControl.enabled": false,
    "MarkdownPaste.path": "${fileDirname}/images/",
    "MarkdownPaste.namePrefix": "img",
    "[latex]": {
        "editor.defaultFormatter": "mathematic.vscode-latex"
    },
    "terminal.integrated.automationProfile.linux": {
    
    },
    "editor.smoothScrolling": true,
    "terminal.integrated.smoothScrolling": true,
    "editor.mouseWheelZoom": true,
    "search.searchEditor.doubleClickBehaviour": "selectWord",
    "debug.onTaskErrors": "abort",
    "javascript.updateImportsOnFileMove.enabled": "always",
    "window.zoomLevel": 1,
}