抖音c端
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

121 行
4.3 KiB

  1. {
  2. "http.proxy": "",
  3. "http.proxySupport": "override",
  4. "proxyType": "system",
  5. "setProxy": "",
  6. "systemProxyUrl": "",
  7. "workbench.colorTheme": "Sublime VSCode Theme",
  8. "workbench.colorThemeType": "dark",
  9. "typescript.tsdk": "E:\\TikTok DevTool\\@bytedminiprogram-ide\\resources\\app\\app.content\\dist\\assets\\business\\typescript\\lib",
  10. "files.associations": {
  11. "*.ttss": "css",
  12. "*.wxss": "css",
  13. "*.sjs": "javascript",
  14. "*.ttml": "ttml",
  15. "*.wxml": "ttml",
  16. "*.sk": "ttml"
  17. },
  18. "files.exclude": {
  19. "**/.git": true,
  20. "**/.svn": true,
  21. "**/.hg": true,
  22. "**/CVS": true,
  23. "**/.DS_Store": true,
  24. "**/Thumbs.db": true,
  25. "**/.byte-ide": true
  26. },
  27. "emmet.includeLanguages": {
  28. "sjs": "javascript"
  29. },
  30. "security.workspace.trust.untrustedFiles": "open",
  31. "[jsonc]": {
  32. "editor.defaultFormatter": "HookyQR.beautify"
  33. },
  34. "explorer.confirmDelete": false,
  35. "less.compile": {
  36. "compress": false,
  37. "out": true,
  38. "outExt": ".ttss"
  39. },
  40. "[javascript]": {
  41. "editor.defaultFormatter": "HookyQR.beautify"
  42. },
  43. "[json]": {
  44. "editor.defaultFormatter": "HookyQR.beautify"
  45. },
  46. "editor.tokenColorCustomizations": {
  47. "keywords": {
  48. "foreground": "#FF0000",
  49. "fontStyle": "italic bold"
  50. },
  51. "variables": {
  52. "foreground": "#ffffff",
  53. "fontStyle": "italic bold",
  54. },
  55. //字符串
  56. "strings": {
  57. "foreground": "#fbff00",
  58. "fontStyle": "italic"
  59. },
  60. //函数
  61. "functions": "#00ffff",
  62. //注释
  63. "comments": "#969696",
  64. "types": "#00ff95"
  65. },
  66. "editor.formatOnSave": true,
  67. "editor.wordWrap": "on",
  68. // 开启原生括号着色
  69. "editor.bracketPairColorization.enabled": true,
  70. // 开启代码块边缘导轨线着色
  71. "editor.guides.bracketPairs": "active",
  72. //覆盖当前所选颜色主题的颜色
  73. "workbench.colorCustomizations": {
  74. //光标颜色
  75. "editorCursor.foreground": "#00ff00",
  76. //编辑器背景色
  77. "editor.background": "#00000025",
  78. //光标所在行边框颜色
  79. //光标所在行背景颜色
  80. "editor.lineHighlightBorder": "#ffffffa1",
  81. "editor.lineHighlightBackground": "#ffffff1e",
  82. //光标选中文本的背景颜色
  83. //光标选中文本时匹配同类型的值的背景颜色
  84. "editor.selectionBackground": "#ff0000c2",
  85. "editor.selectionHighlightBackground": "#00ffff80",
  86. //缩进参考线的颜色
  87. "editorIndentGuide.activeBackground": "#f92672",
  88. //方括号出现意外的前景色
  89. "editorBracketHighlight.unexpectedBracket.foreground": "#ff0000",
  90. //括号的前景色,需要启用括号对着色
  91. "editorBracketHighlight.foreground1": "#ffff00",
  92. "editorBracketPairGuide.activeBackground1": "#ffff00",
  93. "editorBracketHighlight.foreground2": "#f92672",
  94. "editorBracketPairGuide.activeBackground2": "#f92672",
  95. "editorBracketHighlight.foreground3": "#00ffff",
  96. "editorBracketPairGuide.activeBackground3": "#00ffff",
  97. "editorBracketHighlight.foreground4": "#00ff00",
  98. "editorBracketPairGuide.activeBackground4": "#00ff00",
  99. "workbench.colorTheme": "Sublime VSCode Theme",
  100. "[Sublime VSCode Theme]": {
  101. "activityBar.activeBackground": "#ffffff1e",
  102. "activityBar.background": "#292b27",
  103. "activityBar.foreground": "#ffffff",
  104. "activityBar.activeBorder": "#ff0000",
  105. "activityBar.activeFocusBorder": "#ff0000",
  106. "breadcrumb.foreground": "#ffffff",
  107. "breadcrumb.background": "#1a1b18",
  108. "sideBar.background": "#1e1f1c",
  109. "sideBarSectionHeader.background": "#343532",
  110. "sideBarSectionHeader.foreground": "#fff",
  111. "sideBar.border": "#777777",
  112. "sideBar.foreground": "#fff",
  113. "list.hoverBackground": "#8a8a8a",
  114. "list.inactiveSelectionBackground": "#75715e",
  115. "editor.selectionBackground": "#ff0000",
  116. "editorGroupHeader.tabsBackground": "#141415"
  117. },
  118. },
  119. "editor.cursorBlinking": "smooth",
  120. }