mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +01:00
Start cleaning up structure of code action code (#163875)
- Moves common types into `common` - Move some command IDs into common - Moves getCodeActions into `codeAction.ts` instead of `codeActionCommands`
This commit is contained in:
@@ -53,7 +53,7 @@ import { URITransformerService } from 'vs/workbench/api/common/extHostUriTransfo
|
||||
import { OutlineModel } from 'vs/editor/contrib/documentSymbols/browser/outlineModel';
|
||||
import { ILanguageFeaturesService } from 'vs/editor/common/services/languageFeatures';
|
||||
import { LanguageFeaturesService } from 'vs/editor/common/services/languageFeaturesService';
|
||||
import { CodeActionTriggerSource } from 'vs/editor/contrib/codeAction/browser/types';
|
||||
import { CodeActionTriggerSource } from 'vs/editor/contrib/codeAction/common/types';
|
||||
import { IUriIdentityService } from 'vs/platform/uriIdentity/common/uriIdentity';
|
||||
import { IExtHostTelemetry } from 'vs/workbench/api/common/extHostTelemetry';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user