~~~
{
"editor.formatOnSave": true,
"editor.fontSize": 16,
// 一個制表符等于的空格數。在 `editor.detectIndentation` 啟用時,根據文件內容,該設置可能會被覆蓋。
"editor.tabSize": 2,
"files.autoSave": "off",
"files.associations": {
"*.vue": "vue",
"*.wpy": "vue",
"*.wxs": "javascrip",
"*.wxss": "scss",
"*.cjson": "jsonc",
"*.wxml": "wxml",
"*.js": "javascript"
},
"emmet.includeLanguages": {
"wxml": "html"
},
"minapp-vscode.disableAutoConfig": true,
// "cssrem.rootFontSize": 100,
"workbench.startupEditor": "welcomePage",
"px-to-rem.px-per-rem": 15,
"workbench.statusBar.visible": true,
"workbench.activityBar.visible": true,
"sync.gist": "71accc63bbbd3a65b20d248563e14206",
"sync.quietSync": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.forceDownload": false,
"workbench.iconTheme": "vscode-icons",
"vsicons.presets.hideExplorerArrows": true,
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"editor.codeActionsOnSave": {
"source.fixAll.tslint": true,
"source.fixAll.eslint": true
},
"explorer.confirmDelete": false,
"fileheader.configObj": {},
"fileheader.customMade": {
"Author": "tongjsh",
"Date": "Do not edit",
"LastEditors": "tongjsh",
"LastEditTime": "Do not edit",
"Description": ""
},
"window.zoomLevel": 0,
"view-in-browser.customBrowser": "chrome",
"vsicons.associations.fileDefault.file": {},
"[javascript]": {},
"search.followSymlinks": false,
"files.exclude": {
"**/node_modules": true
},
"workbench.editor.enablePreview": false
}
~~~
- Introduction
- 1.配置sublime
- 1.1sublime配置sass
- 1.2sublime配置less
- 2.webstrom配置sass
- 3.vscode前端開發環境配置
- 4.git補充教程
- sass安裝環境的配置:
- 部署網站(域名解析到服務器)
- 字體壓縮
- jshint(js錯誤提示)
- 格式轉換器
- sourceTree
- 配置接口
- Java環境變量
- 激活
- 大白菜裝機
- 真機調試
- 彩色字
- docsify配置和使用
- vscode插件安裝
- git分支管理
- 更換遠程倉庫地址
- fork項目
- 獲取全部分支
- git 開發管理
- git 代碼提示
- git 常用操作
- 預提交問題
- vpn
- 禪道
- 藍湖
- px to rem 插件
- 插件同步
- 項目代碼格式校驗
- 在全局配置的文件可以直接使用process.env訪問到
- 快捷鍵設置
- 安裝node-sass
- 使用yarn commit 提交代碼
- vscode 開啟大小寫敏感
- vscode插件換位置
- 清除vscode
- vscode 配置
- 全局安裝的插件無法使用,說的是什么禁止運行腳本??
- mac配置ssh
- git 配置郵箱/用戶名
- 終端查找文件
- vscode外觀設置
- 大數據學習路線
- mac
- 裝nvm,node包管理工具