Thomas Willheim

Results 139 comments of Thomas Willheim

@stringham I just published my fork which should do the trick for me. https://marketplace.visualstudio.com/items?itemName=tnrich.move-ts-js I'm afraid that making a whole new command might be a bit too much work for...

@OliverJAsh I haven't found that it works very well.. Maybe I'm mistaken but don't all the files in question have to be open for the path updates to take place?

@Shelex does your new fork fix this issue: https://github.com/90poe/vscode-cy-helper/issues/61 Thanks! :) Love your extension generally

@ethernal I don't think what you're suggesting is necessary for what I want to do. While it would technically solve what I'm trying to do, I think it should probably...

Could anyone guide me as to how to implement this: >* programmatic launching of a single test file using the `cypress open` command (not currently available according to https://docs.cypress.io/guides/guides/command-line.html#cypress-open). This...

Okay I've created a v1 of the vscode extension `vscode-extension-open-cypress` ![cypressOpen](https://user-images.githubusercontent.com/2730609/63109187-764a4580-bf3d-11e9-9c6e-fbb5d1173737.gif) https://github.com/tnrich/vscode-extension-open-cypress https://marketplace.visualstudio.com/items?itemName=tnrich.vscode-extension-open-cypress I've added a TODO list for the features that I think would make this extension actually be...

@jennifer-shehane bump on this one.. still waiting for a way to be able to launch and RUN a test directly from my editor.

@jennifer-shehane A year later, would still love to see some way of making this happen.. anyone have any news on this? @emilyrohrbough @chrisbreiding :)

haha gonna bump this another year later. still waiting on an easy way to launch a spec from vscode.. would be truly awesome to have this still thanks in advance!...

I've found `vite-plugin-virtual-html` to be a much easier to use plugin! Here's how I'm using it and it is awesome! ```js plugins: [vitePluginVirtualHtml({ pages: { index: { entry: './demo/index.js', //...