mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
Implement language detection for notebook cells (#147537)
* Implement language detection for notebook cells * Add lightbulb for normal text editors as well Clean up mapping of language id's in neural model Add config to opt out of language detection hints
This commit is contained in:
@@ -303,6 +303,9 @@ import 'vs/workbench/contrib/typeHierarchy/browser/typeHierarchy.contribution';
|
||||
import 'vs/workbench/contrib/codeEditor/browser/outline/documentSymbolsOutline';
|
||||
import 'vs/workbench/contrib/outline/browser/outline.contribution';
|
||||
|
||||
// Language Detection
|
||||
import 'vs/workbench/contrib/languageDetection/browser/languageDetection.contribution';
|
||||
|
||||
// Language Status
|
||||
import 'vs/workbench/contrib/languageStatus/browser/languageStatus.contribution';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user