Skip to content

Commit 113f8b5

Browse files
authored
Highlight new fixture syntax (#29)
* Update instructions * Prettier * Bump version & submodule
1 parent 1163222 commit 113f8b5

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

DEVELOPMENT.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
### Steps to test the extension out in VS Code
1010

1111
1. Open this directory in VS Code
12-
2. Select the `Run->Start Debugging` menu option (or press F5).
12+
2. Select the `Run->Start Debugging` menu option (or press F5).
1313

1414
### Steps to build a release version of the extension
1515

@@ -23,21 +23,21 @@
2323
#### Prerequisites
2424

2525
- Bump the `version` in `package.json`.
26+
- Make sure the `osohq/polar-grammar` submodule is updated: `git submodule update --remote`.
2627
- Make sure the PR is merged into `main` and you've pulled down the latest for `main` after merging.
2728
- Download oso.vsix from GitHub:
28-
- Navigate to the [Actions][https://github.com/osohq/oso-vscode-extension/actions] tab.
29-
- In the sidebar, select "Release VSCode Extension" from the list of workflows.
30-
- Click on the most recent workflow run that you created.
31-
- Scroll down to the Artifacts section and download `oso_vscode_extension.zip` which contains `oso.vsix`.
32-
- Move `oso.vsix` to the `oso-vscode-extension` directory.
33-
- Run `make submodules` in the `oso-vscode-extension` directory (if you haven't already done so in this project).
29+
- Navigate to the [Actions][https://github.com/osohq/oso-vscode-extension/actions] tab.
30+
- In the sidebar, select "Release VSCode Extension" from the list of workflows.
31+
- Click on the most recent workflow run that you created.
32+
- Scroll down to the Artifacts section and download `oso_vscode_extension.zip` which contains `oso.vsix`.
33+
- Move `oso.vsix` to the `oso-vscode-extension` directory.
3434
- Run `yarn` (if you haven't already done so in this project).
3535
- Login to Visual Studio Marketplace (the PAT is in 1Password: VSCode publish
3636
api key):
3737

38-
```console
39-
yarn vsce login osohq
40-
```
38+
```console
39+
yarn vsce login osohq
40+
```
4141

4242
#### Publish to Visual Studio Marketplace
4343

@@ -48,6 +48,6 @@
4848
- Run `export PAT={the PAT is in 1Password: Open VSX}`.
4949
- Publish to the Open VSX Registry:
5050

51-
```bash
52-
yarn ovsx publish -p ${PAT} oso.vsix
53-
```
51+
```bash
52+
yarn ovsx publish -p ${PAT} oso.vsix
53+
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "0.39.1",
3+
"version": "0.39.2",
44
"name": "oso",
55
"displayName": "Oso",
66
"author": "Oso Security Inc.",

polar-grammar

0 commit comments

Comments
 (0)