Skip to content

Commit dbaf6e1

Browse files
committed
Roocode v3.25.10
1 parent efd4c4e commit dbaf6e1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+3246
-2966
lines changed
File renamed without changes.
File renamed without changes.

.vscode/settings.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,35 @@
1919
"statusBarItem.remoteBackground": "#f69b36",
2020
"statusBarItem.remoteForeground": "#15202b"
2121
},
22-
"peacock.color": "#f69b36"
22+
"peacock.color": "#f69b36",
23+
"files.exclude": {
24+
"out": false, // set this to true to hide the "out" folder with the compiled JS files
25+
"dist": false // set this to true to hide the "dist" folder with the compiled JS files
26+
},
27+
"search.exclude": {
28+
"out": true, // set this to false to include "out" folder in search results
29+
"dist": true // set this to false to include "dist" folder in search results
30+
},
31+
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
32+
"typescript.tsc.autoDetect": "off",
33+
"vitest.disableWorkspaceWarning": true,
34+
"workbench.colorCustomizations": {
35+
"sash.hoverBorder": "#f8b367",
36+
"statusBar.background": "#f69b36",
37+
"statusBar.foreground": "#15202b",
38+
"statusBarItem.hoverBackground": "#ee820b",
39+
"statusBarItem.remoteBackground": "#f69b36",
40+
"statusBarItem.remoteForeground": "#15202b"
41+
},
42+
"peacock.color": "#f69b36""files.exclude": {
43+
"out": false, // set this to true to hide the "out" folder with the compiled JS files
44+
"dist": false // set this to true to hide the "dist" folder with the compiled JS files
45+
},
46+
"search.exclude": {
47+
"out": true, // set this to false to include "out" folder in search results
48+
"dist": true // set this to false to include "dist" folder in search results
49+
},
50+
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
51+
"typescript.tsc.autoDetect": "off",
52+
"vitest.disableWorkspaceWarning": true
2353
}

locales/ca/README.md

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/de/README.md

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/es/README.md

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/fr/README.md

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/hi/README.md

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/id/README.md

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/it/README.md

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)