Skip to content

Commit

Permalink
Merge pull request #2551 from posit-dev/dotnomad/rm-cache-tip
Browse files Browse the repository at this point in the history
Add tip to clear Even Better TOML schema cache
  • Loading branch information
dotNomad authored Jan 23, 2025
2 parents bb3f909 + b62ff79 commit 8fa8ef1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,19 @@ schema) the file on the CDN (in S3). Currently, this is a manual process:
- https://cdn.posit.co/publisher/schemas/posit-publishing-schema-v3.json
- https://cdn.posit.co/publisher/schemas/posit-publishing-record-schema-v3.json

#### Force Even Better TOML to update

The [Even Better TOML extension](https://marketplace.visualstudio.com/items?itemName=tamasfe.even-better-toml)
caches schemas. To force it to update remove the cached schemas from the
extension's cache directory.

On macOS this can be done with the following command, replacing `$USERNAME` with
your username:

```
rm /Users/$USERNAME/Library/Application\ Support/Code/User/globalStorage/tamasfe.even-better-toml/*
```

## Release

The Posit Publisher VSCode extension releases follow guidelines from the
Expand Down

0 comments on commit 8fa8ef1

Please sign in to comment.