File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,16 @@ jobs:
14
14
node-version : 20
15
15
registry-url : " https://registry.npmjs.org"
16
16
cache : " npm"
17
+ - run : npm ci
18
+ working-directory : client
19
+ - run : npm ci
20
+ working-directory : server
17
21
- run : npm ci
18
22
- run : npm run build
23
+ - run : npx vsce publish -p ${{ secrets.VSCODE_MARKET_TOKEN }}
19
24
- run : cp -r dist/server server/dist # Move server build into server dir
20
- - run : cd server
25
+ - run : cp README.md server
21
26
- run : npm publish --access public
27
+ working-directory : ./server
22
28
env :
23
29
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
24
- - run : npx vsce publish -p ${{ secrets.VSCODE_MARKET_TOKEN }}
Original file line number Diff line number Diff line change 1
- # ` @markdoc/language-server `
2
-
3
1
This is the official Visual Studio Code extension and language server for the [ Markdoc] ( https://markdoc.dev/ ) authoring framework.
4
2
5
3
When the language server and extension are used together and configured to load a Markdoc schema, they support the following features:
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @ markdoc/ language-support" ,
2
+ "name" : " markdoc- language-support" ,
3
3
"displayName" : " Markdoc language support" ,
4
- "icon" : " logo.png" ,
5
4
"private" : true ,
5
+ "icon" : " logo.png" ,
6
6
"preview" : true ,
7
7
"author" : " Ryan Paul" ,
8
8
"publisher" : " stripe" ,
You can’t perform that action at this time.
0 commit comments