Skip to content

Commit

Permalink
Add tip about clearing Even Better TOML cache
Browse files Browse the repository at this point in the history
  • Loading branch information
dotNomad committed Jan 22, 2025
1 parent 5dc3269 commit b62ff79
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 b62ff79

Please sign in to comment.