File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
on :
2
2
push :
3
- branches :
4
- - master
5
3
name : Package Extension
6
4
jobs :
7
5
pacakge :
Original file line number Diff line number Diff line change 10
10
- Context menu action ` Show Logs ` is blocking, and blocks until a rebuild completes
11
11
- UX confusion risk: ` Inspect ` shows raw ` id ` fields
12
12
- Online/Offline/Creating/Error states do not refresh automatically, only on open and after an action
13
+ - Commands appear in Command Pallet when they shouldn't
13
14
14
15
## Planned work
15
16
16
17
- Rethink ` Open ` UX
17
- - should we link to Remote SSH panel? should
18
+ - should we link to Remote SSH panel?
18
19
- should we allow opening directly into project dirs ourselves?
19
20
20
21
- Authenticate the CLI from VS Code
Original file line number Diff line number Diff line change 4
4
"displayName" : " Coder" ,
5
5
"description" : " Connect VS Code to your Coder Workspaces" ,
6
6
"repository" : " https://github.com/cdr/vscode-coder" ,
7
- "version" : " 0.0.1" ,
7
+ "version" : " 0.0.1-dev " ,
8
8
"engines" : {
9
9
"vscode" : " ^1.54.0"
10
10
},
11
+ "license" : " MIT" ,
12
+ "bugs" : {
13
+ "url" : " https://github.com/cdr/vscode-coder/issues"
14
+ },
15
+ "icon" : " media/logo.png" ,
11
16
"extensionKind" : [
12
17
" workspace"
13
18
],
You can’t perform that action at this time.
0 commit comments