@@ -43,7 +43,7 @@ The same VSIX can be installed from the VS Code command `Extensions: Install fro
...
@@ -43,7 +43,7 @@ The same VSIX can be installed from the VS Code command `Extensions: Install fro
-`Rerun last command`: repeats the last generated command.
-`Rerun last command`: repeats the last generated command.
-`Open log folder`: opens `${XDG_STATE_HOME:-$HOME/.local/state}/epm-docker-test` or the configured log root.
-`Open log folder`: opens `${XDG_STATE_HOME:-$HOME/.local/state}/epm-docker-test` or the configured log root.
When an app name is requested, it is inferred from the active editor if the file is in `play.d`, `pack.d`, or `repack.d`. The extension first checks simple shell variables such as `PRODUCT=rstudio` or `PKGNAME=rstudio`, then falls back to the file name without extension. The inferred app is prefilled in the app input field and can be edited before running.
When an app name is requested, it is inferred from the active editor if the file is in `play.d`, `pack.d`, or `repack.d`. The extension first checks simple shell variables such as `PRODUCT=rstudio` or `PKGNAME=rstudio`, then falls back to the file name without extension. If an app is inferred, the extension shows clickable `OK`, `Edit`, and `Cancel` choices; `Edit` opens the app input field.