python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Context-Menu COPY is not working in vscode webview, BUT ctrl+c is working fine
We are developing an vscode extension with webview. In the webview, we are performing below steps
Select the text
Right Click
Cut+Copy+Paste context menu appears
Click on Copy
Expected Result: Tex...
Soumabha
Votes: 0
Answers: 1
Can I detect when is the tab closed in VSCode? Or any other way to know when to delete a temporary file
So what I want to do is have an extension that has a treeview, where when you click an element a temporary file is created and after the user closes it, it deletes itself. Is there a way to detect it ...
Hanna S
Votes: 0
Answers: 0
View text or log files using color escape sequences as colored in vscode
I am writing some logs and graphs to .log and .txt files in NodeJS. I use chalk to color my logs and help things stand out. I am also using asciichart to generate some lo-fi but very helpful graphs....

Seth Lutske
Votes: 0
Answers: 1
How to inject an embedded language to tagged template strings on JavaScript?
I'm trying to contribute a grammar for an embedded language within JavaScript's tagged template strings. I'm able to inject the grammar in all template strings in the file. However, I'm interested onl...
Pochi
Votes: 0
Answers: 0