Skip to content

Commit

Permalink
Merge branch 'main' into pr2671
Browse files Browse the repository at this point in the history
  • Loading branch information
LorisSigrist authored Apr 30, 2024
2 parents 60b9572 + 1f6fda6 commit 7962c21
Show file tree
Hide file tree
Showing 18 changed files with 41,803 additions and 36,954 deletions.
5 changes: 5 additions & 0 deletions .changeset/small-mayflies-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"vs-code-extension": minor
---

add ability to disable inline annotations
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9

- name: Install node
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ide-extension-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9

- name: Install node
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-github-lint-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9

- name: Setup Node
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-ide-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9


- name: Setup Node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9

- uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Setup Pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9

- name: Install node
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9

- name: Setup Node.js 18
uses: actions/setup-node@v3
Expand Down
46,125 changes: 22,801 additions & 23,324 deletions inlang/source-code/github-lint-action/internal-testing/index.cjs

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions inlang/source-code/ide-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,16 @@ If you want to add lint rules to your experience, you can add them from https://
- VS Code version 1.84.0 or higher.
- Node.js version v18 or higher.

## Customization

### Disable Inline Annotations

You can disable inline annotations by setting the following property to `false` in your `settings.json` file or by using the command `Sherlock: Toggle Inline Annotations`. The default value is `true`.

```json
"sherlock.inlineAnnotations.enabled": false
```

#### Troubleshooting

If you are having trouble with the **loading icon** not disappearing, this is a known issue & we are working with Visual Studio Code to fix it. In the meantime, you can right-click the Inlang icon to hide it:
Expand Down
Loading

0 comments on commit 7962c21

Please sign in to comment.