Skip to content

Commit 85701d4

Browse files
Update VSCode
1 parent 0079616 commit 85701d4

File tree

4 files changed

+13
-26
lines changed

4 files changed

+13
-26
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
# VSCode Web
22

3-
This project is aimed to build a web version of VSCode, this is not a fork, simply a web compilation of the VSCode project.
3+
This project is used to compile VSCode web for Solarspace and publish it on the GitHub NPM registry.
4+
5+
This compilation is specifically maintained for the Solarpsace ecosystem. When you're looking for a general solution, checkout the original [Felix-B/vscode-web](https://github.com/Felx-B/vscode-web).
6+
7+
# Versioning
8+
9+
The versioning of this project follows the versioning of VSCode.
10+
Changes made on-top of VSCode are reflected in the pre-release version.
11+
12+
For example: `1.100.0-solarspace.0` refers to VSCode version `1.100.0` and custom patch `0`. It's important to include our changes in the version-string so that we can publish patched versions of formerly released packages with the same VSCode version.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solarspace-dev/vscode-web",
3-
"version": "1.100.0-solarspace.0",
3+
"version": "1.100.2-solarspace.0",
44
"description": "Visual Studio Code for browser",
55
"files": [
66
"dist"

tsconfig.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)