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:
Jackson Kearl
2022-04-20 20:38:20 -07:00
committed by GitHub
parent 8cad47446f
commit bd95a8d451
10 changed files with 358 additions and 61 deletions

View File

@@ -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';