Skip to content

Commit

Permalink
change extension display name to v4 (#116)
Browse files Browse the repository at this point in the history
* change extension display name to v4

* add v4 to configuration title
  • Loading branch information
fauna-chase authored Sep 12, 2023
1 parent ad3af30 commit a736d01
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ FAUNA_GRAPHQL_HOST=https://graphql.fauna.com

- Enter `Fauna: Merge GraphQL Schema` to explicitly upload in `merge` mode.

- Enter `Fauna: Override GraphQL Schema` to upload in `override` mode.
- Enter `Fauna: Override GraphQL Schema` to upload in `override` mode.

> **WARNING**: `override` mode causes data loss for any previous GraphQL schema. Collections, indexes, or documents that are not involved in GraphQL are not affected.
Expand Down
2 changes: 1 addition & 1 deletion concourse/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- task: publish
file: fauna-vscode-repository/concourse/tasks/publish.yml
params:
VSCE_PAT: ((vscode-marketplace-token_expires-2023_06_29))
VSCE_PAT: ((vscode-marketplace-token_expires-2024_09_09))
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "fauna",
"displayName": "Fauna",
"displayName": "Fauna v4",
"description": "Fauna extension",
"icon": "media/fauna-extension-logo.png",
"version": "2.0.1",
"version": "2.0.2",
"publisher": "fauna",
"engines": {
"vscode": "^1.40.0"
Expand All @@ -27,7 +27,7 @@
"main": "./out/extension.js",
"contributes": {
"configuration": {
"title": "Fauna",
"title": "Fauna v4",
"required": [
"fauna.adminSecretKey"
],
Expand Down

0 comments on commit a736d01

Please sign in to comment.