diff --git a/.omnisharp/omnisharp.json b/.omnisharp/omnisharp.json
index 041b519..4ea8b69 100644
--- a/.omnisharp/omnisharp.json
+++ b/.omnisharp/omnisharp.json
@@ -1,7 +1,7 @@
 {
     "sdk": {
-        "path": "c:/program files/dotnet/sdk/7.0.107/",
-        "version": "7.0.107"
+        "path": "c:/program files/dotnet/sdk/7.0.109/",
+        "version": "7.0.109"
     },
     "FormattingOptions": {
         "enableEditorConfigSupport": true,
@@ -11,8 +11,8 @@
         "enableAnalyzersSupport": true
     },
     "RenameOptions": {
-        "RenameInComments": true,
+        "RenameInComments": false,
         "RenameOverloads": false,
-        "RenameInStrings": true
+        "RenameInStrings": false
     }
 }
\ No newline at end of file
diff --git a/User/settings.json b/User/settings.json
index a8293b5..3130344 100644
--- a/User/settings.json
+++ b/User/settings.json
@@ -8,7 +8,6 @@
     "csharp.suppressDotnetRestoreNotification": true,
     "debug.console.closeOnEnd": true,
     "debug.console.fontSize": 12,
-    "privateExtensions.allowInsecureContent": true,
     "debug.internalConsoleOptions": "neverOpen",
     "debug.javascript.suggestPrettyPrinting": false,
     "debug.javascript.usePreview": true,
@@ -17,6 +16,7 @@
     "debug.openDebug": "neverOpen",
     "debug.terminal.clearBeforeReusing": true,
     "diffEditor.ignoreTrimWhitespace": false,
+    "dotnet.server.useOmnisharp": true,
     "dotnetAcquisitionExtension.installTimeoutValue": 180,
     "editor.accessibilitySupport": "off",
     "editor.fontSize": 16,
@@ -34,6 +34,7 @@
     "git.confirmSync": false,
     "git.enableSmartCommit": true,
     "git.ignoreMissingGitWarning": true,
+    "git.openRepositoryInParentFolders": "always",
     "jenkins.pipeline.linter.connector.url": "http://mestsa003.infineon.com:8080/pipeline-model-converter/validate",
     "omnisharp.disableMSBuildDiagnosticWarning": true,
     "omnisharp.enableEditorConfigSupport": true,
@@ -44,9 +45,13 @@
     "terminal.integrated.enableMultiLinePasteWarning": false,
     "terminal.integrated.fontSize": 12,
     "terminal.integrated.tabs.enabled": true,
+    "thunder-client.saveToWorkspace": true,
+    "thunder-client.workspaceRelativePath": ".vscode",
     "vscode-edge-devtools.mirrorEdits": true,
     "vscode-edge-devtools.webhint": false,
     "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
+    "window.commandCenter": true,
+    "window.menuBarVisibility": "compact",
     "window.newWindowDimensions": "maximized",
     "window.zoomLevel": 1,
     "workbench.commandPalette.history": 20,
@@ -264,8 +269,5 @@
     ],
     "[css]": {
         "editor.defaultFormatter": "esbenp.prettier-vscode"
-    },
-    "thunder-client.saveToWorkspace": true,
-    "thunder-client.workspaceRelativePath": ".vscode",
-    "git.openRepositoryInParentFolders": "always"
+    }
 }
\ No newline at end of file