Skip to content

Commit b4e780f

Browse files
committed
VS code support is added.
1 parent 5ad2e8a commit b4e780f

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.gitignore

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
# Visual Studio Folder
2-
.vs/
2+
.vs/
3+
4+
# Visual Studio Code
5+
.vscode/*
6+
!.vscode/settings.json
7+
!.vscode/tasks.json
8+
!.vscode/launch.json
9+
!.vscode/extensions.json
10+
*.code-workspace
11+
12+
# Local History for Visual Studio Code
13+
.history/

.vscode/settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"workbench.colorCustomizations": {
3+
"activityBar.background": "#1F2E45",
4+
"titleBar.activeBackground": "#2B4161",
5+
"titleBar.activeForeground": "#F9FAFC"
6+
}
7+
}

0 commit comments

Comments
 (0)