We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
learn-preview
Version: 1.94.2 (system setup) Commit: 384ff7382de624fb94dbaf6da11977bba1ecd427 Date: 2024-10-09T16:08:44.566Z Electron: 30.5.1 ElectronBuildId: 10262041 Chromium: 124.0.6367.243 Node.js: 20.16.0 V8: 12.4.254.20-electron.0 OS: Windows_NT x64 10.0.26100
版本 Windows 11 专业版 版本号 24H2 安装日期 2024/6/16 操作系统版本 26100.2033 体验 Windows Feature Experience Pack 1000.26100.23.0
{ "security.workspace.trust.untrustedFiles": "open", "files.autoSave": "afterDelay", "files.simpleDialog.enable": true, "files.exclude": { "somefolder/": true, "somefile": true }, "search.exclude": { "someFolder/": true, "somefile": true }, "workbench.colorTheme": "Visual Studio Light", "workbench.sideBar.location": "right", "workbench.activityBar.location": "bottom", "workbench.editorAssociations": { "{git,gitlens}://*.{md,csv,svg}": "default" }, "workbench.settings.applyToAllProfiles": [ "editor.tabCompletion", "files.autoSave", "editor.mouseWheelZoom", "files.simpleDialog.enable", "window.autoDetectColorScheme" ], "terminal.integrated.shellIntegration.history": 10000, "terminal.integrated.defaultProfile.windows": "Command Prompt", "terminal.integrated.fontSize": 14, "editor.fontFamily": "Consolas, 'Fira Code', monospace", "editor.fontSize": 18, "editor.formatOnSave": true, "editor.formatOnPaste": true, "editor.fontLigatures": true, "editor.insertSpaces": true, "editor.mouseWheelZoom": true, "editor.indentSize": "tabSize", "editor.tabCompletion": "on", "editor.renderWhitespace": "all", "explorer.autoRevealExclude": { "/.vscode/": true }, "diffEditor.wordWrap": "on", "window.autoDetectColorScheme": true }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I use
learn-preview
ext in VS Code. An exception occurred while displaying the Markdown code block.vs code version:
windows version:
default profile settings.json:
The text was updated successfully, but these errors were encountered: