We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
files of test directory are completed instead of sandbox
go1.23.7 works but go1.24.0 and go1.24.1 fails
complete files within sandbox
No response
1.7.1
=== NAME TestSymlink assert.go:40: testing.go:1792: --- expected +++ actual @@ -5,22 +5,16 @@ "usage": "ActionDirectories()", "values": [ { - "value": "dirA/", - "display": "dirA/", + "value": "_test/", + "display": "_test/", "style": "#bd93f9", "tag": "directories" }, { - "value": "dirB/", - "display": "dirB/", + "value": "_test_files/", + "display": "_test_files/", "style": "#bd93f9", "tag": "directories" - }, - { - "value": "symA/", - "display": "symA/", - "style": "#bd93f9", - "tag": "directories" } ] } \ No newline at end of file
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Current Behavior
files of test directory are completed instead of sandbox
go1.23.7 works but go1.24.0 and go1.24.1 fails
Expected Behavior
complete files within sandbox
Steps To Reproduce
No response
Version
1.7.1
OS
Shell
Anything else?
Polar
The text was updated successfully, but these errors were encountered: