File tree Expand file tree Collapse file tree 4 files changed +28
-1
lines changed Expand file tree Collapse file tree 4 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 1+ FROM node:15.11.0
2+ RUN apt-get update -qq
3+
4+ WORKDIR /src
5+
6+ COPY . .
7+ RUN npm install
Original file line number Diff line number Diff line change @@ -67,3 +67,13 @@ then providing new filename/path relative to the selection.
67671 . Run the tests (via Debug > Launch Tests)
68681 . Run the linter: ` npm run lint `
69691 . Open a PR
70+
71+ ## Publishing
72+
73+ ### OpenVSX
74+
75+ Change the publisher in package.json to giantcola, then run:
76+
77+ ```
78+ docker-compose run plugin ./node_modules/.bin/ovsx publish -p [token]
79+ ```
Original file line number Diff line number Diff line change 1+ version : ' 3'
2+
3+ services :
4+ plugin :
5+ build : .
6+ volumes :
7+ - .:/src
8+ - /src/node_modules
9+ working_dir : /src
Original file line number Diff line number Diff line change 9393 "tslint" : " ^4.4.2" ,
9494 "typescript" : " ^3.9.5" ,
9595 "vsce" : " ^1.18.0" ,
96- "vscode" : " ^1.1.18"
96+ "vscode" : " ^1.1.18" ,
97+ "ovsx" : " 0.1.0-next.a9154dc"
9798 },
9899 "dependencies" : {
99100 "gitignore-to-glob" : " github:patbenatar/gitignore-to-glob" ,
You can’t perform that action at this time.
0 commit comments