diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 29f19c1..fe2606c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -10,7 +10,8 @@ "Fooxly.themeswitch", "EditorConfig.EditorConfig", "rvest.vs-code-prettier-eslint", - "wix.vscode-import-cost" + "wix.vscode-import-cost", + "mia-hall.vscode-git-branch-sidebar" ] } } diff --git a/Jenkinsfile b/Jenkinsfile index 3f59dc4..654ac2f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ import FrontendBuild FrontendBuild({ - name = 'seedling' + appName = 'seedling' runLint = false runUnitTest = false runE2ETest = false