@lvce-editor/test-worker 1.8.0 → 1.10.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/dist/testWorkerMain.js +2 -2
- package/package.json +1 -1
package/dist/testWorkerMain.js
CHANGED
|
@@ -978,7 +978,7 @@ const goToDefinition = async () => {
|
|
|
978
978
|
await invoke('Editor.goToDefinition');
|
|
979
979
|
};
|
|
980
980
|
const openHover = async () => {
|
|
981
|
-
await invoke('Editor.
|
|
981
|
+
await invoke('Editor.showHover2');
|
|
982
982
|
};
|
|
983
983
|
const goToTypeDefinition = async () => {
|
|
984
984
|
await invoke('Editor.goToTypeDefinition');
|
|
@@ -1008,7 +1008,7 @@ const insertLineBreak = async () => {
|
|
|
1008
1008
|
await invoke('Editor.insertLineBreak');
|
|
1009
1009
|
};
|
|
1010
1010
|
const openSourceActions = async () => {
|
|
1011
|
-
await invoke('Editor.
|
|
1011
|
+
await invoke('Editor.showSourceActions2');
|
|
1012
1012
|
};
|
|
1013
1013
|
const sourceActionsSelectCurrent = async () => {
|
|
1014
1014
|
await invoke('EditorSourceActions.selectCurrent');
|