Skip to content

Commit fce361a

Browse files
committed
updated vscode-dark-high-contrast to have better readability
1 parent 1363a2a commit fce361a

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1512,7 +1512,7 @@
15121512

15131513
[submodule "extensions/vscode-dark-high-contrast"]
15141514
path = extensions/vscode-dark-high-contrast
1515-
url = https://github.com/nick-myrick/vscode-dark-high-contrast.git
1515+
url = https://github.com/nqmn1ck/vscode-dark-high-contrast.git
15161516

15171517
[submodule "extensions/vscode-dark-modern"]
15181518
path = extensions/vscode-dark-modern

extensions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1634,7 +1634,7 @@ version = "0.0.1"
16341634

16351635
[vscode-dark-high-contrast]
16361636
submodule = "extensions/vscode-dark-high-contrast"
1637-
version = "1.0.0"
1637+
version = "1.0.1"
16381638

16391639
[vscode-dark-modern]
16401640
submodule = "extensions/vscode-dark-modern"

extensions/vscode-dark-high-contrast

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"dependencies": {
1616
"@aws-sdk/client-s3": "3.709.0",
1717
"@iarna/toml": "2.2.5",
18-
"git-submodule-js": "1.0.4"
18+
"git-submodule-js": "1.0.4",
19+
"pnpm": "^9.15.1"
1920
},
2021
"devDependencies": {
2122
"@tsconfig/node20": "20.1.4",

0 commit comments

Comments
 (0)