Remove contrib/ide/vscode

proc-macro support is now enabled by default in rust-analyzer.
https://rust-analyzer.github.io/thisweek/2021/03/22/changelog-69.html
This commit is contained in:
Jonas Platte 2021-03-22 16:53:37 +01:00
parent a0e8bb416b
commit acb7fdd647
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -1,4 +0,0 @@
{
// enable proc-macro support in rust-analyzer
"rust-analyzer.procMacro.enable": true
}