mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Create tasks for all workspaces
This commit is contained in:
parent
5587d0a3e3
commit
a05163db14
4 changed files with 20 additions and 22 deletions
|
@ -10,7 +10,6 @@ import { ServerStatusParams } from './lsp_ext';
|
|||
export type Workspace =
|
||||
{
|
||||
kind: 'Workspace Folder';
|
||||
folder: vscode.Uri;
|
||||
}
|
||||
| {
|
||||
kind: 'Detached Files';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue