diff --git a/.vscode/settings.json b/.vscode/settings.json index a255cddb5b..899dfc7884 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,24 +14,5 @@ "cSpell.words": [ "salix", "fdescribe" - ], - "rest-client.previewOption": "body", - "rest-client.environmentVariables": { - "$shared": { - "version": "v1", - "prodToken": "verdnatura", - "nonProdToken": "verdnatura" - }, - "local": { - "version": "v2", - "host": "http://localhost:3000", - "token": "{{$shared nonProdToken}}", - "secretKey": "devSecret" - }, - "production": { - "host": "example.com", - "token": "{{$shared prodToken}}", - "secretKey" : "prodSecret" - } - } + ] }