File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ new-release $version:
3838 just bump-version $version
3939 just build-release $version
4040 just publish-release $version
41+ just publish-marketplace $version
4142
4243bump-version $ version :
4344 #!/usr/bin/env bash
@@ -110,9 +111,9 @@ update-release $version:
110111 - -clobber
111112
112113publish-marketplace $ version :
113- @ just vsce publish --packagePath ../ release/ $version/ roughly-linux-x64. vsix
114- @ just vsce publish --packagePath ../ release/ $version/ roughly-win32 -x64. vsix
115- @ just vsce publish --packagePath ../ release/ $version/ roughly.vsix
114+ @ just vsce publish --pre-release -- packagePath ../ release/ $version/ roughly-linux-x64. vsix
115+ @ just vsce publish --pre-release -- packagePath ../ release/ $version/ roughly-win32 -x64. vsix
116+ @ just vsce publish --pre-release -- packagePath ../ release/ $version/ roughly.vsix
116117
117118# use rlib repos to test formatting
118119rlib-clone :
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ impl LanguageServer for ServerState {
198198 ControlFlow :: Continue ( ( ) )
199199 }
200200
201- // inspireed by:
201+ // inspired by:
202202 // https://github.com/marceline-cramer/saturn-v/blob/93d1c8fd022f5b4905928d6e9154385c5b6822ab/lsp/src/lib.rs
203203 fn did_change (
204204 & mut self ,
You can’t perform that action at this time.
0 commit comments