Johnny Oshika

Results 71 comments of Johnny Oshika

I just upgraded to 1.100.0 and still experience the same problem: > Version: 1.100.0 (user setup) Commit: 19e0f9e681ecb8e5c09d8784acaa601316ca4571 Date: 2025-05-07T12:48:53.763Z Electron: 34.5.1 ElectronBuildId: 11369351 Chromium: 132.0.6834.210 Node.js: 20.19.0 V8: 13.2.152.41-electron.0...

I found a workaround. If I use a command that floods the terminal pane before I split windows, then it'll work. Here's a demo: https://github.com/user-attachments/assets/4477f184-9f8c-4f2a-8536-111e96d0a10f It would still be nice...

> "terminal.integrated.windowsUseConptyDll": true Unfortunately that didn't solve the problem.

@coenfuse Did you try [this](https://github.com/microsoft/vscode/issues/248739#issuecomment-2873658609) workaround? I'm using this workaround whenever I remember to do it. I often forget, which can be quite frustrating.

@stackOverHeap Does [this](https://github.com/microsoft/vscode/issues/248739#issuecomment-2873658609) workaround work for you?

Was this fixed? Can anyone confirm whether the problem is still there? It is for me, but I'm using a fork of vscode (Windsurf) and the problem is still there.

I'm also interested in this? In what scenario would event.data be undefined? Background: event for onDocumentWritten is typed as: ```typescript FirestoreEvent ```

I ran into a similar. The problem occurs in this `firebase init functions` step if I choose to install dependencies: ``` Do you want to install dependencies now? Yes The...

> [@andrelung](https://github.com/andrelung) It's still present. Loading a spreadsheet from a file then saving it to file breaks the pivot table and all of its formatting. This seems to still be...

@oitozero @ahmedsmae You can try [excelts](https://www.npmjs.com/package/@cj-tech-master/excelts). It's a modern fork of exceljs. I specifically asked the developer about pivot table support. You can see the developer's response here: https://github.com/exceljs/exceljs/issues/2972#issuecomment-3649756940 Note:...