Skip to content

Commit 1b0412f

Browse files
authored
Separate Razor server and Typescript versions (O# and non-O#) (#5932)
1 parent 28fc2f7 commit 1b0412f

File tree

8 files changed

+347
-33
lines changed

8 files changed

+347
-33
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ out
88
.vs/
99
.debugger/
1010
.razor/
11+
.razoromnisharp/
1112
.vscode-test/
1213
dist/
1314
*.razor.json

.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
!.roslyn/**
55
!.omnisharp/**
66
!.razor/**
7+
!.razoromnisharp/**
78
.rpt2_cache/**
89
.github/**
910
.vscode/**

package-lock.json

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

0 commit comments

Comments
 (0)