Python-test
Advanced tools
@@ -59,2 +59,3 @@ "use strict"; | ||
| AppConstants.PYTHON_TEST = "test.py"; | ||
| AppConstants.INIT_TERMINAL = "Gitpod Task 1: bash"; | ||
| //# sourceMappingURL=app-constants.js.map |
@@ -100,2 +100,3 @@ "use strict"; | ||
| } | ||
| this.openExistingTerminal(app_constants_js_1.AppConstants.INIT_TERMINAL); | ||
| (0, extension_js_1.doActivateExtension)(); | ||
@@ -107,2 +108,9 @@ } | ||
| } | ||
| openExistingTerminal(terminalName) { | ||
| const terminals = vscode.window.terminals; | ||
| const existingTerminal = terminals.find(terminal => terminal.name === terminalName); | ||
| if (existingTerminal) { | ||
| existingTerminal.show(); | ||
| } | ||
| } | ||
| async updateEnvVariablesForWorkspace(context) { | ||
@@ -109,0 +117,0 @@ await axios.put(rest_constants_js_1.RestConstants.UPDATE_STATUS_AFTER_WORKSPACE_ENV_VARIABLES, "", { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display