Skip to content

Commit

Permalink
Merge branch 'main' into jep/stpa
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakae committed Aug 10, 2023
2 parents caa9c1e + 7ca3c4e commit 6a739d7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion keith-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "KIELER Visual Studio Code",
"version": "0.2.0",
"publisher": "kieler",
"author": "Kiel University <rt-kieler-devel@informatik.uni-kiel.de>",
"author": "KIELER <kieler@rtsys.informatik.uni-kiel.de>",
"icon": "icon.png",
"license": "EPL-2.0",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ export class SimulationTableDataProvider implements vscode.WebviewViewProvider {
// This should not happen. An unexpected value was send by the server.
this.stopSimulation()
this.output.appendLine(
'[ERROR]\tUnexpected value for " + key + "in simulation data, stopping simulation.'
`[ERROR]\tUnexpected value for ${key} in simulation data, stopping simulation.`
)
}
})
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"description": "KIEL Environment Integrated in Theia",
"author": "Kiel University <rt-kieler-devel@informatik.uni-kiel.de>",
"author": "KIELER <kieler@rtsys.informatik.uni-kiel.de>",
"license": "EPL-2.0",
"bugs": {
"url": "https://rtsys.informatik.uni-kiel.de/jira"
Expand Down
2 changes: 1 addition & 1 deletion table-webview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@kieler/table-webview",
"version": "0.0.1",
"description": "Table as Webview",
"author": "Kiel University <rt-kieler-devel@informatik.uni-kiel.de>",
"author": "KIELER <kieler@rtsys.informatik.uni-kiel.de>",
"license": "EPL-2.0",
"keywords": [
"vscode"
Expand Down

0 comments on commit 6a739d7

Please sign in to comment.