Skip to content

Commit 477c33f

Browse files
authored
feat: add icon to extension manifest (#1)
1 parent a36ec12 commit 477c33f

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.github/workflows/package.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
on:
22
push:
3-
branches:
4-
- master
53
name: Package Extension
64
jobs:
75
pacakge:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@
1010
- Context menu action `Show Logs` is blocking, and blocks until a rebuild completes
1111
- UX confusion risk: `Inspect` shows raw `id` fields
1212
- 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
1314

1415
## Planned work
1516

1617
- Rethink `Open` UX
17-
- should we link to Remote SSH panel? should
18+
- should we link to Remote SSH panel?
1819
- should we allow opening directly into project dirs ourselves?
1920

2021
- Authenticate the CLI from VS Code

media/logo.png

18.9 KB
Loading

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@
44
"displayName": "Coder",
55
"description": "Connect VS Code to your Coder Workspaces",
66
"repository": "https://github.com/cdr/vscode-coder",
7-
"version": "0.0.1",
7+
"version": "0.0.1-dev",
88
"engines": {
99
"vscode": "^1.54.0"
1010
},
11+
"license": "MIT",
12+
"bugs": {
13+
"url": "https://github.com/cdr/vscode-coder/issues"
14+
},
15+
"icon": "media/logo.png",
1116
"extensionKind": [
1217
"workspace"
1318
],

0 commit comments

Comments
 (0)