mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-13 22:06:56 +00:00
Drop support for legacy colorization
This commit is contained in:
parent
6c1d92d6c5
commit
26bd7a896b
8 changed files with 187 additions and 271 deletions
|
@ -1,5 +1,4 @@
|
|||
import * as vscode from 'vscode';
|
||||
import * as scopesMapper from './scopes_mapper';
|
||||
|
||||
const RA_LSP_DEBUG = process.env.__RA_LSP_SERVER_DEBUG;
|
||||
|
||||
|
@ -58,9 +57,6 @@ export class Config {
|
|||
|
||||
if (config.has('highlightingOn')) {
|
||||
this.highlightingOn = config.get('highlightingOn') as boolean;
|
||||
if (this.highlightingOn) {
|
||||
scopesMapper.load();
|
||||
}
|
||||
}
|
||||
|
||||
if (config.has('rainbowHighlightingOn')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue