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