vscode icon indicating copy to clipboard operation
vscode copied to clipboard

FaunaDB extension for VS Code

Results 11 vscode issues
Sort by recently updated
recently updated
newest added

There is an issue in [SettingsWebview.ts](https://github.com/fauna/vscode/blob/main/src/SettingsWebView.ts#L282) where the `ttl_days` gets set to 0 when the value is blank. When the `ttl_days` is set to 0, all documents created are immediately...

The extension works fine if I'm not using WSL, but fails to install in that "remote" environment. VS Code Version: ``` Version: 1.78.2 (user setup) Commit: b3e4e68a0bc097f0ae7907b217c1119af9e03435 Date: 2023-05-10T14:39:26.248Z Electron:...

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [![Dependabot...

dependencies

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=semver-regex&package-manager=npm_and_yarn&previous-version=3.1.3&new-version=3.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...

dependencies

When browsing the VS Code extension store to install the Fauna extension, all screenshot images embedded in the page are returning 404 responses as shown in the VS Code console....

Hello, Thanks for making this tool available for those of us taking advantage of FaunaDB. As of right now, this extension is not using LSP. In order to provide features...

As per #49 here is a converted list of TextMate Grammars from XML to JSON. In addition, `--disable-extensions` flag within extension launcher. **Reasoning for XML > JSON** JSON grammars are...

Syntax highlighting for the following functions has yet to be added: ```js ContainsPath() ContainsValue() ContainsField() AccessProvider() AccessProviders() CreateAccessProvider() CurrentIdentity() HasCurrentIdentity() CurrentToken() HasCurrentToken() ``` This pull request updates it to be...