Skip to content

Commit

Permalink
devonfw/IDEasy#348: Prevented auto-update of vscode (devonfw#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonrohne27 authored Oct 25, 2024
1 parent fa35b30 commit e445d69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion vscode/workspace/update/.vscode/.userdata/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"telemetry.enableTelemetry": false,
"code-runner.enableAppInsights": false,
"rest-client.enableTelemetry": false,
"githubPullRequests.telemetry.enabled": false
"githubPullRequests.telemetry.enabled": false,
"update.mode": "none"
}
3 changes: 2 additions & 1 deletion vscode/workspace/update/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"java.home":"$[IDE_HOME]/software/java"
"java.home":"$[IDE_HOME]/software/java",
"update.mode": "none"
}

0 comments on commit e445d69

Please sign in to comment.