VS code当前设置备份

这篇博客记录了作者的VS Code设置备份,包括不同日期的更新内容,特别提到latex-workshop插件设置变化,作者对插件作者未自动迁移旧设置感到不满。
摘要由CSDN通过智能技术生成

这是一篇关于我的VS Code相关设置的备份 可以直接略过

update 8.18.18

// Place your settings in this file to overwrite the default settings
{
    "window.zoomLevel": 0,
    "editor.minimap.enabled": true,
    "editor.dragAndDrop": true,
    "[cpp]": {
        "editor.quickSuggestions": true
    },
    "[c]": {
        "editor.quickSuggestions": true
    },
    //modified by gy on 5.11.2018
    "workbench.colorCustomizations":{
        //"editorBackground": "#b1d85c"
        //"editorSelection": "#b1d85c"
        "editorIndentGuide.activeBackground": "#1c865a"
    },
    "workbench.iconTheme": "material-icon-theme",
    "workbench.colorTheme": "Oceanic Next (Sublime)",

    "editor.rulers": [100],
    "editor.fontSize": 14,

    //added by gy on 8.17.2017
    "matlab.mlintpath": "/Applications/MATLAB_R2016b.app/bin/maci64/mlint",
    "files.associations": {
  "*.m": "matlab"},
    //added by gy on 9.1.2017
    "C_Cpp.intelliSenseEngine": "Default",
    "material-icon-theme.showUpdateMessage": false,
    //added by gy on 10.6.2017
    "window.nativeTabs": true,
    "files.autoGuessEncoding": true,
    //added by gy on 12.18.2017
    "editor.detectIndentation": false,
    "material-icon-theme.activeIconPack": "angular",
    //added by gy on 03.27.2018
    "latex-workshop.view.pdf.viewer": "tab",
    "latex-workshop.latex.recipes": [
        {
            "name": "xelatex -> bibtex -> pdflatex*2",
            "tools": [
                "xelatex",
                "bibtex",
                "pdflatex",
                "pdflatex"
            ]
        }
    ],
    "latex-workshop.latex.tools": [
        {
            "name": "pdflatex",
            "command": "pdflatex",
            "args": [
                "-synctex=1",
                "-interaction=nonstopmode",
                "-file-line-error",
                "%DOC%"
            ]
        },
        {
            "name": "bibtex",
            "command": "bibtex",
            "args": [
                "%DOCFILE%"
            ]
        },
        {
            "name": "xelatex",
            "command": "xelatex",
            "args": [
                "-synctex=1",
                "-interaction=nonstopmode",
                "-file-line-error",
                "%DOC%"
            ]
        }
    ],
    // added by gy on 
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值