Skip to content

Commit 1dbaa19

Browse files
Merge pull request #6 from solarspace-dev/share-code
Share code
2 parents c787307 + 64e2839 commit 1dbaa19

File tree

15 files changed

+2194
-122
lines changed

15 files changed

+2194
-122
lines changed

vscode-ext/.vscode/tasks.json

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,36 +5,16 @@
55
"tasks": [
66
{
77
"type": "npm",
8-
"script": "watch",
9-
"problemMatcher": "$ts-webpack-watch",
8+
"script": "build",
109
"isBackground": true,
10+
"problemMatcher": "$tsc-watch",
1111
"presentation": {
12-
"reveal": "never",
13-
"group": "watchers"
12+
"reveal": "silent",
1413
},
1514
"group": {
1615
"kind": "build",
1716
"isDefault": true
1817
}
1918
},
20-
{
21-
"type": "npm",
22-
"script": "watch-tests",
23-
"problemMatcher": "$tsc-watch",
24-
"isBackground": true,
25-
"presentation": {
26-
"reveal": "never",
27-
"group": "watchers"
28-
},
29-
"group": "build"
30-
},
31-
{
32-
"label": "tasks: watch-tests",
33-
"dependsOn": [
34-
"npm: watch",
35-
"npm: watch-tests"
36-
],
37-
"problemMatcher": []
38-
}
3919
]
4020
}

vscode-ext/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Solar Space
22

3-
Effortlessly share your code and development environment with friends using Solar Space.
3+
Share a link to open your repository on a GitHub codespaces and add a beautiful snapshot of your code to let people know what you're working on.
4+
5+
![Screenshot Sharing Page](./images/screenshot.png)
6+
47

58
## Features
69

vscode-ext/images/screenshot.png

56.6 KB
Loading

vscode-ext/logo.png

5.44 KB
Loading

0 commit comments

Comments
 (0)