-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Update to latest version of
vsce
to hopefully fix packaging
- Loading branch information
Showing
12 changed files
with
19,267 additions
and
8,517 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,11 +11,9 @@ jobs: | |
ref: ${{ github.head_ref }} | ||
- uses: actions/setup-node@v1 | ||
with: | ||
node-version: "12.x" | ||
- name: Format | ||
run: | | ||
yarn --immutable | ||
yarn prettier --write . | ||
node-version: 14.x | ||
- run: npm ci | ||
- run: npx prettier --write . | ||
- name: Commit changes | ||
uses: stefanzweifel/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
examples/ | ||
dist/ | ||
themes/ | ||
|
||
# Yarn auto-generated files | ||
.yarn/ | ||
.yarnrc.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ Run the following commands to clone the repository for this theme and install al | |
```bash | ||
git clone [email protected]:one-dark/vscode-one-dark-theme.git | ||
cd vscode-one-dark-theme | ||
yarn | ||
npm install | ||
``` | ||
|
||
## Testing the theme | ||
|
@@ -19,7 +19,7 @@ To run the theme, open the project in VS Code and run the `Debug: Start Debuggin | |
This project is configured to allow live theme reloading using `nodemon`. This will update the theme colors in the test instance to allow you to immediately see how your changes will look without having to restart the test instance. To utilize this feature, run the following command before you start debugging. | ||
|
||
```bash | ||
yarn theme:watch | ||
npm run theme:watch | ||
``` | ||
|
||
## Color Guidelines | ||
|
Oops, something went wrong.