You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm wondering if code completion is possible in vscode while using windows.
My issue is stuff like Key, KeyConvertible is defined in fdb.go but since fdb_windows.go is empty none of these are available? Things like Transaction, Database also seem to be undefined. My current work around is to ssh/wsl inside of the editor, but I'd prefer not to.
Thank you
The text was updated successfully, but these errors were encountered:
Hello, I'm wondering if code completion is possible in vscode while using windows.
My issue is stuff like
Key, KeyConvertible
is defined infdb.go
but sincefdb_windows.go
is empty none of these are available? Things likeTransaction, Database
also seem to be undefined. My current work around is to ssh/wsl inside of the editor, but I'd prefer not to.Thank you
The text was updated successfully, but these errors were encountered: