From 2c1edfeb32b62510d7262d4df70f998f53c06c72 Mon Sep 17 00:00:00 2001 From: "Eric J. Smith" Date: Mon, 9 Nov 2020 15:48:07 +0000 Subject: [PATCH] Couple minor changes --- .devcontainer/devcontainer.json | 2 +- .vscode/settings.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3e9cf6fe..21e33774 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "name": "Exceptionless.JavaScript" + "name": "Exceptionless.JavaScript", "image": "mcr.microsoft.com/vscode/devcontainers/typescript-node:latest", "extensions": [ "dbaeumer.vscode-eslint", diff --git a/.vscode/settings.json b/.vscode/settings.json index 1bbb7e58..933acf06 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,6 +3,7 @@ "files.insertFinalNewline": true, "typescript.tsdk": "./node_modules/typescript/lib", "cSpell.words": [ + "Exceptionless", "bootstrapcdn", "configversion", "maxcdn",