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

Regression: JSDoc's markdown-syntax is not highlighting in editor #84626

Closed
madacol opened this issue Nov 12, 2019 · 2 comments
Closed

Regression: JSDoc's markdown-syntax is not highlighting in editor #84626

madacol opened this issue Nov 12, 2019 · 2 comments
Assignees
Labels
*extension-candidate Issue identified as good extension implementation javascript JavaScript support issues typescript Typescript support issues

Comments

@madacol
Copy link

madacol commented Nov 12, 2019

Issue Type: Bug

  1. Open new file
  2. Set language to Javascript
  3. copy this:
/**
 * test
 * @param e - **Not highlighting**
 */
const fn = e => {}

the text **Not Highliting** was shown in blue and bold in the editor

Now:

image

VS Code version: Code 1.40.0 (86405ea, 2019-11-06T18:14:08.920Z)
OS version: Linux x64 4.15.0-66-generic

System Info
Item Value
CPUs Intel(R) Core(TM) i5-8500 CPU @ 3.00GHz (6 x 3900)
GPU Status 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: disabled_software
skia_renderer: disabled_off
surface_control: disabled_off
surface_synchronization: enabled_on
video_decode: unavailable_off
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off
webgl: enabled
webgl2: enabled
Load (avg) 2, 2, 2
Memory (System) 15.53GB (0.19GB free)
Process Argv --no-sandbox --unity-launch
Screen Reader no
VM 57%
Extensions (9)
Extension Author (truncated) Version
npm-intellisense chr 1.3.0
vscode-eslint dba 1.9.1
gitlens eam 10.1.2
vscode-npm-script eg2 0.3.9
flow-for-vscode flo 1.5.0
asciidoctor-vscode joa 2.7.6
python ms- 2019.10.44104
debugger-for-chrome msj 4.12.1
vscode-jest Ort 3.0.2
@mjbvz mjbvz self-assigned this Nov 13, 2019
@mjbvz
Copy link
Collaborator

mjbvz commented Nov 13, 2019

This was an intentional change, see #77990. This functionality now is in this extension: https://marketplace.visualstudio.com/items?itemName=bierner.jsdoc-markdown-highlighting

@mjbvz mjbvz closed this as completed Nov 13, 2019
@mjbvz mjbvz added *extension-candidate Issue identified as good extension implementation javascript JavaScript support issues typescript Typescript support issues labels Nov 13, 2019
@iansan5653
Copy link
Contributor

@mjbvz This closes #65780 then, correct?

@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*extension-candidate Issue identified as good extension implementation javascript JavaScript support issues typescript Typescript support issues
Projects
None yet
Development

No branches or pull requests

3 participants