From ce819faf836d29ba865260a631fdc6fb4b8fecaf Mon Sep 17 00:00:00 2001 From: YWQ HK IX <568170040@qq.com> Date: Wed, 28 Dec 2022 00:42:02 +0800 Subject: [PATCH] settings --- .vscode/settings.json | 46 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 0d4d636..f7ea9f8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,48 @@ { + "http.proxy": "", + "http.proxySupport": "override", + "proxyType": "system", + "setProxy": "", + "systemProxyUrl": "", + "workbench.colorTheme": "Sublime VSCode Theme", + "workbench.colorThemeType": "dark", + "typescript.tsdk": "E:\\TikTok DevTool\\@bytedminiprogram-ide\\resources\\app\\app.content\\dist\\assets\\business\\typescript\\lib", + "files.associations": { + "*.ttss": "css", + "*.wxss": "css", + "*.sjs": "javascript", + "*.ttml": "ttml", + "*.wxml": "ttml", + "*.sk": "ttml" + }, + "files.exclude": { + "**/.git": true, + "**/.svn": true, + "**/.hg": true, + "**/CVS": true, + "**/.DS_Store": true, + "**/Thumbs.db": true, + "**/.byte-ide": true + }, + "emmet.includeLanguages": { + "sjs": "javascript" + }, + "security.workspace.trust.untrustedFiles": "open", + "[jsonc]": { + "editor.defaultFormatter": "HookyQR.beautify" + }, + "explorer.confirmDelete": false, + "less.compile": { + "compress": false, + "out": true, + "outExt": ".ttss" + }, + "[javascript]": { + "editor.defaultFormatter": "HookyQR.beautify" + }, + "[json]": { + "editor.defaultFormatter": "HookyQR.beautify" + }, "editor.tokenColorCustomizations": { "keywords": { "foreground": "#FF0000", @@ -73,4 +117,4 @@ }, }, "editor.cursorBlinking": "smooth", -} \ No newline at end of file +}