Open daninsky1 opened 3 months ago
Does this issue occur when all extensions are disabled?: Yes
VS Code Version: Version: 1.92.0 (user setup) Commit: b1c0a14de1414fcdaa400695b4db1c0799bc3124 Date: 2024-07-31T23:26:45.634Z Electron: 30.1.2 ElectronBuildId: 9870757 Chromium: 124.0.6367.243 Node.js: 20.14.0 V8: 12.4.254.20-electron.0 OS: Windows_NT x64 10.0.22631
OS Version: Windows 11 23H2. build 22631.3880
Steps to Reproduce:
code --disable-extensions --user-data-dir <test_dir>
{ "terminal.integrated.profiles.windows": { "test": { "source": "PowerShell", "args": ["-NoProfile"] } }, "terminal.integrated.defaultProfile.windows": "test" }
vscode warns on "terminal.integrated.defaultProfile.windows": "test" Message in my system:
"terminal.integrated.defaultProfile.windows": "test"
Value is not accepted. Valid values: null, "PowerShell", "Windows PowerShell", "Git Bash", "Command Prompt", "Cygwin", "bash (MSYS2)", "JavaScript Debug Terminal"
The only, somewhat, related bug was alread fixed and closed: https://github.com/microsoft/vscode/issues/161219
adding the profile should work. that settings value validation warning is a bug
Does this issue occur when all extensions are disabled?: Yes
VS Code Version: Version: 1.92.0 (user setup) Commit: b1c0a14de1414fcdaa400695b4db1c0799bc3124 Date: 2024-07-31T23:26:45.634Z Electron: 30.1.2 ElectronBuildId: 9870757 Chromium: 124.0.6367.243 Node.js: 20.14.0 V8: 12.4.254.20-electron.0 OS: Windows_NT x64 10.0.22631
OS Version: Windows 11 23H2. build 22631.3880
Steps to Reproduce:
code --disable-extensions --user-data-dir <test_dir>
vscode warns on
"terminal.integrated.defaultProfile.windows": "test"
Message in my system:
The only, somewhat, related bug was alread fixed and closed: https://github.com/microsoft/vscode/issues/161219