Re: [I] Can't create new folder on the dialog when vscode.window.showOpenDialog is called on WSL environment. [nuttx]

2024-09-10 Thread via GitHub
takayoshi-k closed issue #11800: Can't create new folder on the dialog when vscode.window.showOpenDialog is called on WSL environment. URL: https://github.com/apache/nuttx/issues/11800 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [I] Can't create new folder on the dialog when vscode.window.showOpenDialog is called on WSL environment. [nuttx]

2024-03-11 Thread via GitHub
takayoshi-k commented on issue #11800: URL: https://github.com/apache/nuttx/issues/11800#issuecomment-1989892944 Oh... I am sorry... I thought I make this issue on VSCode github... But thank you for your reply. I will check it.. -- This is an automated message from the Apache Git

Re: [I] Can't create new folder on the dialog when vscode.window.showOpenDialog is called on WSL environment. [nuttx]

2024-02-28 Thread via GitHub
JorgeGzm commented on issue #11800: URL: https://github.com/apache/nuttx/issues/11800#issuecomment-1969731878 Hi @takayoshi-k, Check the microhobby repository, maybe can solve your problem. https://github.com/microhobby/vscode-nuttx ``` $ grep -R "showOpenDialog" ./

Re: [I] Can't create new folder on the dialog when vscode.window.showOpenDialog is called on WSL environment. [nuttx]

2024-02-28 Thread via GitHub
acassis commented on issue #11800: URL: https://github.com/apache/nuttx/issues/11800#issuecomment-1969565192 @JorgeGzm @microhobby did you guys face this issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[I] Can't create new folder on the dialog when vscode.window.showOpenDialog is called on WSL environment. [nuttx]

2024-02-27 Thread via GitHub
takayoshi-k opened a new issue, #11800: URL: https://github.com/apache/nuttx/issues/11800 Hi, vscode.window.showOpenDialog method requests to open a file exproler dialog on the host system. On the WSL environment, dialog is not opened and use command palet area to select a folder