加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > 安全 > 正文

vscode配置

发布时间:2020-12-16 01:41:15 所属栏目:安全 来源:网络整理
导读:{ // background "background.enabled": true,"background.useDefault": true,"background.useFront": true,"background.customImages": [ "file:///home/brooksj/github/Notes/imgs/spiderman1.png","file:///home/brooksj/github/Notes/imgs/comic1.png","
{
    // background
    "background.enabled": true,"background.useDefault": true,"background.useFront": true,"background.customImages": [
        "file:///home/brooksj/github/Notes/imgs/spiderman1.png","file:///home/brooksj/github/Notes/imgs/comic1.png","file:///home/brooksj/github/Notes/imgs/spiderman2.png",// "https://i.loli.net/2018/06/29/5b35d7383694b.png",// "https://i.loli.net/2018/06/29/5b35d75e58fde.png",// "https://user-images.githubusercontent.com/24371189/47023104-85336080-d191-11e8-957f-b4ac3f8a24c1.png",],"background.style": {
        "content": "''","pointer-events": "none","position": "absolute","z-index": "99999","width": "100%","height": "100%","transform": "scale(1.0,1.0)","background-position": "100% 100%",// "background-position": "right","backgroud-size": "auto 100%","background-repeat": "no-repeat","opacity": 1.0
    },// autoDocstring
    "autoDocstring.docstringFormat": "default",//Latex
    "latex-workshop.view.pdf.viewer": "tab","latex-workshop.latex.autoClean.run": "onBuilt","latex-workshop.latex.clean.fileTypes": [
        "*.aux","*.bbl","*.blg","*.idx","*.ind","*.lof","*.lot","*.out","*.toc","*.acn","*.acr","*.alg","*.glg","*.glo","*.gls","*.ist","*.fls","*.log","*.fdb_latexmk","*.gz"
    ],"latex-workshop.latex.tools": [
        {
            "name": "latexmk","command": "latexmk","args": [
                "-synctex=1","-interaction=nonstopmode","-file-line-error","-pdf","%DOC%"
            ]
        },{
            "name": "xelatex","command": "xelatex",{
            "name": "pdflatex","command": "pdflatex",{
            "name": "bibtex","command": "bibtex","args": [
                "%DOCFILE%"
            ]
        }
    ],"latex-workshop.latex.recipes": [
        {
            "name": "xelatex","tools": [
                "xelatex"
            ]
        },{
            "name": "latexmk","tools": [
                "latexmk"
            ]
        },"tools": [
                "bibtex"
            ]
        },{
            "name": "xelatex -> bibtex -> xelatex*2","tools": [
                "xelatex","bibtex","xelatex","xelatex"
            ]
        },{
            "name": "pdflatex -> bibtex -> pdflatex*2","tools": [
                "pdflatex","pdflatex","pdflatex"
            ]
        }
    ],// python
    "python.pythonPath": "/usr/local/anaconda2/envs/Ner/bin/python","python.pipenvPath": "/usr/local/anaconda2/envs/Ner/lib/python3.6/site-packages/pip","vsicons.dontShowNewVersionMessage": true,"python.linting.pylintArgs": [ // 关闭pylint的波浪线提示
        "--disable=W,C,E" 
    ],// code-runner 
    "code-runner.executorMap": {
        "python": "/opt/anaconda3/envs/AI/bin/python -u"
    },"explorer.confirmDelete": false,// workbench
    "workbench.settings.openDefaultKeybindings": true,"workbench.settings.openDefaultSettings": true,"workbench.settings.editor": "json","workbench.colorTheme": "One Dark Pro","workbench.iconTheme": "vscode-icons",// editor
    "editor.mouseWheelZoom": true,"editor.wordWrap": "on","editor.fontFamily": "monospace","editor.tabSize": 4,"editor.cursorSmoothCaretAnimation": false,"editor.hover.delay": 0,//files
    "files.autoGuessEncoding": true,"files.autoSave": "afterDelay"
}

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读