File tree Expand file tree Collapse file tree 9 files changed +9
-22
lines changed Expand file tree Collapse file tree 9 files changed +9
-22
lines changed Original file line number Diff line number Diff line change 2
2
push :
3
3
branches :
4
4
- master
5
- name : Build Extension
5
+ name : Package Extension
6
6
jobs :
7
7
pacakge :
8
8
runs-on : ubuntu-20.04
12
12
with :
13
13
node-version : ' 15'
14
14
- run : npm ci
15
- - run : npm install -global vsce
15
+ - run : npm install -g vsce
16
16
- run : vsce package --out coder.vsix
17
17
- uses : actions/upload-artifact@v2
18
18
with :
19
19
name : coder.vsix
20
- path : ./coder.vsix
20
+ path : ./coder.vsix
Original file line number Diff line number Diff line change 1
1
dist /
2
- node_modules /
2
+ node_modules /
3
+ out /
Original file line number Diff line number Diff line change 1
-
2
- # node_modules
3
1
node_modules /
2
+ out /
3
+ dist /
Original file line number Diff line number Diff line change 1
- // A launch configuration that compiles the extension and then opens it inside a new window
2
- // Use IntelliSense to learn about possible attributes.
3
- // Hover to view descriptions of existing attributes.
4
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
1
{
6
2
"version" : " 0.2.0" ,
7
3
"configurations" : [
Original file line number Diff line number Diff line change 1
- // See https://go.microsoft.com/fwlink/?LinkId=733558
2
- // for the documentation about the tasks.json format
3
1
{
4
2
"version" : " 2.0.0" ,
5
3
"tasks" : [
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- All notable changes to the "coder" extension will be documented in this file.
4
-
5
- Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
6
-
7
3
## [ Unreleased]
8
4
9
5
- Initial release
File renamed without changes.
Original file line number Diff line number Diff line change 24
24
{
25
25
"id" : " coder" ,
26
26
"title" : " Coder" ,
27
- "icon" : " media/dep .svg"
27
+ "icon" : " media/logo .svg"
28
28
}
29
29
]
30
30
},
34
34
"id" : " coderWorkspaces" ,
35
35
"name" : " Coder Workspaces" ,
36
36
"visibility" : " visible" ,
37
- "icon" : " media/dep .svg" ,
37
+ "icon" : " media/logo .svg" ,
38
38
"contextualTitle" : " Workspaces"
39
39
},
40
40
{
Original file line number Diff line number Diff line change 7
7
"sourceMap" : true ,
8
8
"rootDir" : " src" ,
9
9
"strict" : true ,
10
- /* Additional Checks */
11
- // "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
12
- // "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
13
- // "noUnusedParameters": true, /* Report errors on unused parameters. */
14
10
},
15
11
"exclude" : [" node_modules" , " .vscode-test" ]
16
12
}
You can’t perform that action at this time.
0 commit comments