@opensumi/sumi 3.8.3-next-1741745665.0 → 3.8.3-next-1741752385.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensumi/sumi",
|
|
3
|
-
"version": "3.8.3-next-
|
|
3
|
+
"version": "3.8.3-next-1741752385.0",
|
|
4
4
|
"typings": "index.d.ts",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
"build": "tsx ./build.ts"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@opensumi/ide-components": "3.8.3-next-
|
|
15
|
+
"@opensumi/ide-components": "3.8.3-next-1741752385.0",
|
|
16
16
|
"vscode-uri": "3.0.2"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@types/react": "^18.2.0"
|
|
20
20
|
},
|
|
21
|
-
"gitHead": "
|
|
21
|
+
"gitHead": "e1329714e555d8149d12fcedbedff58013fd5e55"
|
|
22
22
|
}
|
|
@@ -94,7 +94,7 @@ declare module 'vscode' {
|
|
|
94
94
|
/**
|
|
95
95
|
* Dispose this comment thread.
|
|
96
96
|
*
|
|
97
|
-
* Once disposed, this comment thread will be removed from visible editors and Comment Panel when
|
|
97
|
+
* Once disposed, this comment thread will be removed from visible editors and Comment Panel when approriate.
|
|
98
98
|
*/
|
|
99
99
|
dispose(): void;
|
|
100
100
|
}
|
|
@@ -1317,7 +1317,7 @@ declare module 'vscode' {
|
|
|
1317
1317
|
}
|
|
1318
1318
|
|
|
1319
1319
|
/**
|
|
1320
|
-
* Represents the main editor area which consists of
|
|
1320
|
+
* Represents the main editor area which consists of multple groups which contain tabs.
|
|
1321
1321
|
*/
|
|
1322
1322
|
export interface TabGroups {
|
|
1323
1323
|
/**
|