Skip to content

Commit b764042

Browse files
author
Ray Thurne Void
committed
.npmrc and workspace update
1 parent d532704 commit b764042

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
//npm.pkg.github.com/:_authToken=${NPM_TOKEN}
22

33
registry=https://registry.npmjs.org
4-
//@raythurnevoid:registry=https://npm.pkg.github.com
4+
#@raythurnevoid:registry=https://npm.pkg.github.com

svelte-context-enhanced.code-workspace

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,37 @@
44
"path": "."
55
}
66
],
7-
"settings": {}
7+
"settings": {
8+
"workbench.colorCustomizations": {
9+
"activityBar.background": "#17e443",
10+
"activityBar.inactiveForeground": "#313131",
11+
"activityBar.activeBackground": "#005c14",
12+
"activityBar.foreground": "#ffffff",
13+
"activityBar.activeBorder": "#f3f8ff",
14+
"activityBarBadge.background": "#0a0a1d",
15+
"activityBarBadge.foreground": "#e7e7e7",
16+
},
17+
"prettier.useTabs": true,
18+
"prettier.singleQuote": false,
19+
"editor.formatOnSave": true,
20+
"editor.insertSpaces": false,
21+
"typescript.tsdk": "node_modules\\typescript\\lib",
22+
"typescript.preferences.importModuleSpecifier": "relative",
23+
"typescript.preferences.importModuleSpecifierEnding": "js"
24+
},
25+
"extensions": {
26+
"recommendations": [
27+
"esbenp.prettier-vscode",
28+
"svelte.svelte-vscode",
29+
"CoenraadS.bracket-pair-colorizer-2",
30+
"aaron-bond.better-comments",
31+
"wmaurer.change-case",
32+
"mikestead.dotenv",
33+
"usernamehw.errorlens",
34+
"christian-kohler.path-intellisense",
35+
"searKing.preview-vscode",
36+
"pflannery.vscode-versionlens",
37+
"vscode-icons-team.vscode-icons",
38+
]
39+
}
840
}

0 commit comments

Comments
 (0)