-
Notifications
You must be signed in to change notification settings - Fork 84
Description
I use learn-preview ext in VS Code. An exception occurred while displaying the Markdown code block.
vs code version:
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 version:
版本 Windows 11 专业版
版本号 24H2
安装日期 2024/6/16
操作系统版本 26100.2033
体验 Windows Feature Experience Pack 1000.26100.23.0
default profile settings.json:
{
"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
}

