We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f30b112 commit 6a2f15eCopy full SHA for 6a2f15e
extensions/positron-python/src/client/common/application/commands.ts
@@ -63,10 +63,10 @@ export interface ICommandNameArgumentTypeMapping extends ICommandNameWithoutArgu
63
Uri | string,
64
(
65
| {
66
- installOnlyNewlyAddedFromExtensionPackVSIX?: boolean;
67
- installPreReleaseVersion?: boolean;
68
- donotSync?: boolean;
69
- }
+ installOnlyNewlyAddedFromExtensionPackVSIX?: boolean;
+ installPreReleaseVersion?: boolean;
+ donotSync?: boolean;
+ }
70
| undefined
71
),
72
];
0 commit comments