add TODO notes on kvscode bugs I can't solve
This commit is contained in:
@@ -143,6 +143,8 @@
|
|||||||
((Prefix innerMap)
|
((Prefix innerMap)
|
||||||
(showShortcutPanel innerMap))
|
(showShortcutPanel innerMap))
|
||||||
((Final command)
|
((Final command)
|
||||||
|
// TODO dispose() for some reason doesn't take effect until
|
||||||
|
// the awaitLet below finishes its work...
|
||||||
(shortcutPanel.dispose)
|
(shortcutPanel.dispose)
|
||||||
(if documentBeforeShortcut
|
(if documentBeforeShortcut
|
||||||
(awaitLet [_ (Vscode.window.showTextDocument documentBeforeShortcut)]
|
(awaitLet [_ (Vscode.window.showTextDocument documentBeforeShortcut)]
|
||||||
|
@@ -124,6 +124,9 @@
|
|||||||
(set builtinConfigDir (joinPath context.extensionPath "config"))
|
(set builtinConfigDir (joinPath context.extensionPath "config"))
|
||||||
(set activeConfigDir (joinPath (userHome) ".kiss-vscode" "activeConfig"))
|
(set activeConfigDir (joinPath (userHome) ".kiss-vscode" "activeConfig"))
|
||||||
(set lastConfigDir (joinPath (userHome) ".kiss-vscode" "lastActiveConfig"))
|
(set lastConfigDir (joinPath (userHome) ".kiss-vscode" "lastActiveConfig"))
|
||||||
|
|
||||||
|
// TODO for some reason the custom ktxt2 editor is not available until this completes, even if it is
|
||||||
|
// invoked asynchronously:
|
||||||
(tryLoadConfig)))
|
(tryLoadConfig)))
|
||||||
|
|
||||||
// Manually define main so it will exist when test is not defined:
|
// Manually define main so it will exist when test is not defined:
|
||||||
|
Reference in New Issue
Block a user