| @@ -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": { | "editor.tokenColorCustomizations": { | ||||
| "keywords": { | "keywords": { | ||||
| "foreground": "#FF0000", | "foreground": "#FF0000", | ||||
| @@ -73,4 +117,4 @@ | |||||
| }, | }, | ||||
| }, | }, | ||||
| "editor.cursorBlinking": "smooth", | "editor.cursorBlinking": "smooth", | ||||
| } | |||||
| } | |||||