Skip to content
New issue

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" An exception occurred #955

Open
TangShwei opened this issue Oct 15, 2024 · 0 comments
Open

"learn-preview" An exception occurred #955

TangShwei opened this issue Oct 15, 2024 · 0 comments

Comments

@TangShwei
Copy link

TangShwei commented Oct 15, 2024

I use learn-preview ext in VS Code. An exception occurred while displaying the Markdown code block.

Image
Image

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
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant