Skip to content

Commit 38c47df

Browse files
committed
Auto merge of #15032 - AndreasBackx:fix/vscode-markdown, r=lnicola
fix: exclude Markdown injection grammar from .vscodeignore. Enables Markdown injection introduced in #14866 but wasn't included in release due to the grammar file being ignored by `.vscodeignore`. I verified the fix by doing `vsce package` and installing it manually: <img width="779" alt="image" src="https://github.com/rust-lang/rust-analyzer/assets/1593486/bb3da211-a017-45bf-ba7b-4122335aa6e8"> <img width="780" alt="image" src="https://github.com/rust-lang/rust-analyzer/assets/1593486/aa0c4025-e72c-4b0c-9d40-44c33e7d45e6">
2 parents d567091 + 942b392 commit 38c47df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

editors/code/.vscodeignore

+1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
!package-lock.json
1111
!package.json
1212
!ra_syntax_tree.tmGrammar.json
13+
!rustdoc.markdown.injection.tmGrammar.json
1314
!server
1415
!README.md

0 commit comments

Comments
 (0)