vscode: [v1.31] Markdown preview not working on Arch Linux

Description:

The markdown extension doesn’t seem to work anymore on the Arch (Linux) version. This only happens in version 1.31

Whenever it is called a command 'markdown.[command]' not found message shows up. The extension is properly installed however and is loaded correctly.

I’ve also tried to make a clean install, removing all user files, settings and extensions, but the problem persisted.

Additional info:

  • Version: 1.31.0
  • Commit: bb1e228e30ce43ebb361c84fdf2f0d4fb7fda6ce
  • Date: 2019-02-09T14:23:42.615Z
  • Electron: 2.0.16
  • Chrome: 61.0.3163.100
  • Node.js: 8.9.3
  • V8: 6.1.534.41
  • OS: Linux x64 4.20.6-arch1-1-ARCH

Steps to reproduce:

Simply open a markdown file and try opening the preview, either via keyboard shortcuts or the preview button on the upper right.

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Reactions: 1
  • Comments: 16 (5 by maintainers)

Most upvoted comments

Done, it seems to be a regexp error.

[Extension Host] Activating extension 'vscode.markdown-language-features' failed: Invalid regular expression: /(\p{Alphabetic}|\p{Number})+/: Invalid escape.

[Extension Host] Here is the error stack:  SyntaxError: Invalid regular expression: /(\p{Alphabetic}|\p{Number})+/: Invalid escape
	at new RegExp (<anonymous>)
	at t.activate (/usr/lib/code/extensions/markdown-language-features/dist/extension.js:1:49711)
	at Function.t._callActivateOptional (/usr/lib/code/out/vs/workbench/services/extensions/node/extensionHostProcess.js:741:354)
	at Function.t._callActivate (/usr/lib/code/out/vs/workbench/services/extensions/node/extensionHostProcess.js:741:25)
	at /usr/lib/code/out/vs/workbench/services/extensions/node/extensionHostProcess.js:740:206
	at <anonymous>