From 64a6d107e79353fedf600ef24be24f1afa91e93e Mon Sep 17 00:00:00 2001 From: max-lt Date: Tue, 20 Feb 2024 08:28:45 +0000 Subject: [PATCH] Configure devcontainer --- .devcontainer/devcontainer.json | 17 +++++++++++++++++ angular.json | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..0d1c0fc --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,17 @@ +{ + "forwardPorts": [4300], + "postCreateCommand": "npm i", + "customizations": { + "vscode": { + "settings": { + "terminal.integrated.defaultProfile.linux": "zsh", + "extensions.ignoreRecommendations": true + }, + "extensions": [ + "angular.ng-template", + "formulahendry.auto-rename-tag", + "esbenp.prettier-vscode" + ] + } + } +} \ No newline at end of file diff --git a/angular.json b/angular.json index d4e6caf..0cd5536 100644 --- a/angular.json +++ b/angular.json @@ -54,7 +54,7 @@ }, "configurations": { "production": { - "sourceMap": false, + "sourceMap": true, "budgets": [ { "type": "initial", @@ -130,7 +130,7 @@ "with": "src/environments/environment.prod.ts" } ], - "sourceMap": false, + "sourceMap": true, "optimization": { "styles": false, "scripts": true