File tree 3 files changed +3
-0
lines changed
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ private static async Task Initialize()
79
79
WebviewMessages = "string-encoded" ,
80
80
GlobalState = "stateless" ,
81
81
Secrets = "stateless" ,
82
+ Shell = Capability . Enabled ,
82
83
} ,
83
84
ExtensionConfiguration = new ExtensionConfiguration
84
85
{
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ public class ClientCapabilities
9
9
public Capability ? Edit { get ; set ; }
10
10
public Capability ? EditWorkspace { get ; set ; }
11
11
public Capability ? UntitledDocuments { get ; set ; }
12
+ public Capability ? Shell { get ; set ; }
12
13
public Capability ? ShowDocument { get ; set ; }
13
14
public Capability ? CodeLenses { get ; set ; }
14
15
public ShowWindowMessageCapability ? ShowWindowMessage { get ; set ; }
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ public ClientInfo GetClientInfo()
43
43
EditWorkspace = Capability . None ,
44
44
ProgressBars = Capability . Enabled ,
45
45
CodeLenses = Capability . None ,
46
+ Shell = Capability . Enabled ,
46
47
ShowDocument = Capability . Enabled ,
47
48
Ignore = Capability . Enabled ,
48
49
UntitledDocuments = Capability . None ,
You can’t perform that action at this time.
0 commit comments