vscode setting.jsonxx

// Place your settings in this file to overwrite the default settings

{

"files.autoGuessEncoding": true,

"files.associations": {

"*.wxss": "css",

"*.wxml": "html"

},

"emmet.syntaxProfiles": {

"vue-html": "html",

"html": "html",

"vue": "html"

},

// 自动更新扩展 不自动更新扩展插件

"extensions.autoUpdate": false,

// "files.autoSave": "afterDelay",

"files.autoSave": "afterDelay",

"editor.formatOnType": true,

"editor.formatOnSave": true,

// "editor.formatOnType": true

"editor.parameterHints": true,

"editor.quickSuggestions": {

"other": true,

"comments": true,

"strings": true

},

// 去掉右侧缩略图形

"editor.minimap.enabled": false,

// Define paired characters and their shared color group

"bracketPairColorizer.consecutivePairColors": [

"()",

"[]",

"{}",

[

"Gold",

"Orchid",

"LightSkyBlue",

"darkgoldenrod",

"darkmagenta",

"darkolivegreen",

"darkslateblue",

"darkslategray",

"darkviolet",

"darkblue",

"darkturquoise",

"darkgray",

"darkkhaki",

"darkorange",

"darksalmon",

"darkseagreen"

],

"Red"

],

// Define paired characters and their color groups

"bracketPairColorizer.independentPairColors": [

[

"()",

[

"Gold",

"Orchid",

"LightSkyBlue",

"darkgoldenrod",

"darkmagenta",

"darkolivegreen",

"darkslateblue",

"darkslategray",

"darkviolet",

"darkblue",

"darkturquoise",

"darkgray",

"darkkhaki",

"darkorange",

"darksalmon",

"darkseagreen"

],

"Red"

],

[

"[]",

[

"Gold",

"Orchid",

"LightSkyBlue",

"darkgoldenrod",

"darkmagenta",

"darkolivegreen",

"darkslateblue",

"darkslategray",

"darkviolet",

"darkblue",

"darkturquoise",

"darkgray",

"darkkhaki",

"darkorange",

"darksalmon",

"darkseagreen"

],

"Red"

],

[

"{}",

[

"Gold",

"Orchid",

"LightSkyBlue",

"darkgoldenrod",

"darkmagenta",

"darkolivegreen",

"darkslateblue",

"darkslategray",

"darkviolet",

"darkblue",

"darkturquoise",

"darkgray",

"darkkhaki",

"darkorange",

"darksalmon",

"darkseagreen"

],

"Red"

]

],

"window.zoomLevel": 0,

"workbench.panel.location": "bottom",

"terminal.integrated.shell.windows": "C:\\Windows\\Sysnative\\cmd.exe",

"liveServer.settings.donotShowInfoMsg": true,

"liveServer.settings.donotVerifyTags": true,

// // add xuza

"logFileHighlighter.customPatterns": [

{

"pattern": "Verbose",

"foreground": "green"

},

{

"pattern": "E/\\w+",

"foreground": "#af1f1f"

}

],

"editor.tokenColorCustomizations": {

"textMateRules": [

{

"scope": "log.info",

"settings": {

"foreground": "#af1f1f",

"fontStyle": "bold"

}

},

{

"scope": "log.warning",

"settings": {

"foreground": "#f4ad42",

"fontStyle": ""

}

}

]

},

"editor.multiCursorModifier": "ctrlCmd",

"dot-template-vscode.debug": true

// "powermode.enabled": true

}

原文地址:https://www.cnblogs.com/rhxuza1993/p/10202186.html

时间: 2024-11-02 16:07:52

vscode setting.jsonxx的相关文章

vscode setting.json

setting.json { "sync.gist": "#github的码##", "sync.lastUpload": "2018-08-26T06:45:07.435Z", "sync.autoDownload": false, "sync.autoUpload": false, "sync.lastDownload": "2018-05-15T06:

vscode c_cpp_properties setting

vscode c_cpp_properties setting C/C++ 插件用户工程项目配置 .vscode/c_cpp_properties.json 增加如下内容: { "version": 4, "configurations": [ { "name": "mingw-w64-x86_64", "intelliSenseMode": "gcc-x64", "defin

同步vscode的setting.json和extensions

vc 详情 $ npm i -g vscode-config $ vc config --token <your github token> $ vc config --id <your gist id> $ vc push 拉取 $ vc pull 原文地址:https://www.cnblogs.com/ajanuw/p/12287786.html

VsCode使用基础

Visual Studio Code(以下简称vscode)是一个轻量且强大的代码编辑器,支持Windows,OS X和Linux.内置JavaScript.TypeScript和Node.js支持,而且拥有丰富的插件生态系统,可通过安装插件来支持C++.C#.Python.PHP等其他语言. 在做LuaIde插件的时候发现很多第一次接触VsCode 的同学会问一些基础问题 为了不必要的时间浪费,写下这个简单介绍: 这里是作者的插件--> LuaIde LuaIde是用于Lua语言编辑.首先它是

【翻译】在Mac上使用VSCode创建你的第一个Asp.Net Core应用

Setting Up Your Development Environment 设置你的开发环境 To setup your development machine download and install .NET Core and Visual Studio Code with the C# extension. Node.js and npm is also required. If not already installed visit nodejs.org. 首先在你的机器上下载.Ne

使用vscode访问和修改远程计算机文件

使用vscode访问和修改远程文件,分三步实现:在远程linux机器上安装rmate:在本地windows上安装openssh:在vscode中安装扩展remote vscode. 1. 在远程linux机器上安装rmate rmate有很多中语言版本,这里用的是python的版本.github地址:https://github.com/sclukey/rmate-python 下载安装比较简单,在linux中执行以下命令即可 wget https://raw.githubusercontent

vscode 常用快捷键

vscode常用快捷键及常用设置 快捷键 ctrl+b 切换侧边栏 ctrl+\ 拆分编辑器 ctrl+鼠标滚轮 缩放编辑器的字体 alt+shift+f 整理代码格式 alt+z 切换自动换行 ctrl+· 打开终端调试 ctrl+shift+n 新建窗口 ctrl+p 文件内搜索(聚焦在某个文件) ctrl+shif+f 全编辑器搜索(聚焦在资源管理器) 单击文件 预览(再点别的会替换成其他) 双击文件 编辑文件(固定在工作区) 工作区设置 设置文件位置(中文版):文件->首选项->工作区

半吊子菜鸟学Web开发6 -- Vscode开发环境配置

1vscode上手一周不到,终于弄出点门路,终于弄清楚了点vscode的设置是什么样子的了....哭 2就我这两天的使用来看,一般vscode默认只让打开一个文件夹,然后在你打开的文件夹里面自动生成 一个.vscode的文件夹(隐藏的,正常是看不见的) 3.vscode文件夹里面会生成两个文件 一个是launch.json,这是用来调试的时候,记录你调试的配置 一个是setting.json,这是用户设置,比如说你要设置字体大小啊之类之类的 4我关于web开发的就主要使用js和php语言设置 安

linux 安装vscode

滚动安装vscode 需要先添加源,然后install 以centos为例: sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc sudo sh -c 'echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=htt