Skip to content

Commit ee19516

Browse files
jakebaileyandrewbranchDanielRosenwasser
authored
Create preview builds for publishing to npm and VS Code marketplace (microsoft#876)
Co-authored-by: Andrew Branch <[email protected]> Co-authored-by: Daniel Rosenwasser <[email protected]>
1 parent cadcecd commit ee19516

30 files changed

+1726
-330
lines changed

.dprint.jsonc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@
5353
"**/*_generated.go",
5454
"internal/bundled/libs/**",
5555
"internal/lsp/lsproto/_generate/*.json",
56-
"internal/lsp/lsproto/_generate/metaModelSchema.mts"
56+
"internal/lsp/lsproto/_generate/metaModelSchema.mts",
57+
// Needs to be LF to have a working shebang.
58+
"_packages/native-preview/bin/tsgo.js"
5759
],
5860
// Note: if adding new languages, make sure settings.template.json is updated too.
5961
// Also, if updating typescript, update the one in package.json.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,3 +194,5 @@ custom-gcl.hash
194194
.idea
195195

196196
!testdata/submoduleAccepted.txt
197+
198+
!NOTICE.txt

0 commit comments

Comments
 (0)