Mark Carroll
Mark Carroll
Bump. @sindresorhus this has been around for a few months in all browsers now and in Node 20, so any chance we could get this in now?
did this every get resolved? We are hitting this issue too and would like to be able to decide whether the extrusions should be relative to the 3D terrain or...
I am seeing the same problems on a BTT SKR 2 with BTT TFT35 E3 V3.0. Here are my settings: ``` [display] lcd_type: emulated_st7920 spi_software_miso_pin: EXP2_1 spi_software_mosi_pin: EXP1_3 spi_software_sclk_pin: EXP1_5...
ha, well you are quite right on discoverability, I had no idea the right click option was even there at all on the gutter icon. Yes that is definitely better...
After spending a few days debugging some code and actively using the context menu I am going to stand by my original request of being able to turn the code...
Run might be useful, although I think that works best in the explorer or the gutter/TextExplorer. To me that is one where you would click on the red x icon...
Haha understood. Thanks for considering other opinions, you really have an invaluable tool here. We love it.
Still missing this - the right click method is just not as good. I consider this a backwards step. Please reconsider reverting this change. "Run" is a single click on...
Sorry, that didn't work. I added `functionName` to the lambda: ```typescript const postAuthentication = new lambda.Function(this, "postAuthentication", { description: "Cognito Post Authentication Function", functionName: stackName + "-postAuthentication", runtime: lambda.Runtime.NODEJS_12_X, handler:...
The attachInlinePolicy workaround seems to do the trick. Do you want to close this or keep it open?