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
Opening a Verilog file from outside the active workspace directory results in DocumentCompiler.ts:54getPathFromUri(...) returning an empty string as the file path. This results in no file being passed to the compiler of choice.
The text was updated successfully, but these errors were encountered:
Opening a Verilog file from outside the active workspace directory results in
DocumentCompiler.ts:54
getPathFromUri(...)
returning an empty string as the file path. This results in no file being passed to the compiler of choice.The text was updated successfully, but these errors were encountered: