#vscodeextension

Tamir Bahartmr232
2025-01-14

Finally managed to push my Vite/Svelte frontend into a VSCode webview!

Still needs some cleanup before it gets into the plugin, but it should allow for much nicer UI soon!

CSP makes things tricky. And even more so when you're hosting a file locally and 'serve' it without modification...
I'm still not sure how to generate a nonce dynamically in VSCode.

2024-10-01

How Microsoft is designing the Visual Studio ecosystem to fuck you up ⤵
ghuntley.com/fracture/
Basically by making their proprietary extensions for language support the default on their VScode builds, especially on online distributions (like on Github). With the aim of fracturing the open-source counterpart user base.
#vscode #vscodeextension #visualstudio #microsoft

Scripter :verified_flashing:scripter@social.tchncs.de
2024-08-28

Visual Studio Code: Erweiterung für Azure Machine Learning allgemein verfügbar | heise online
heise.de/-9847516 #VisualStudioCode #VSCode #VSCodeExtension

2024-05-14

Following instructions from djangoforbeginners.com/initial

I did the whole 'python3 -m pip install black ' to set Black fomatter up in VS Code.

Kept looking for “python formatting provider” in VS Code, couldn't find it. Turns out Microsoft no longer requires python tools to be installed but instead to install a VS Code extension.

In TIL.

#python #vscodeextension

2024-04-27
rtudrtud
2024-02-19

Last week I finally got around to publishing my first theme 🙂

It's called Melange Redux and it’s based off the amazing theme Melange.

It’s warm toned, got both Dark/Light versions and has minimal syntax highlighting.

Try it out and let me know what you think 🤎

Melange Redux: github.com/rtud/melange-redux/

Melange for Neovim: github.com/savq/melange-nvim

Screenshot of Visual Studio Code using the Melange Redux theme’s light version. There’s three panels visible: the sidebar showing some installed extensions and two files loaded in the editor. The theme has warm, earthy tones like browns, light beiges, light orange, light blue etc.Screenshot of Visual Studio Code using the Melange Redux theme’s dark version. There’s three panels visible: the sidebar showing some installed extensions and two files loaded in the editor. The theme has warm, earthy tones like browns, dark beiges and greys, light orange, light blue etc.
2024-01-24

Along with the gactar 0.13.0 release yesterday, I released v0.4.0 of the VS Code extension for it.

This extension provides syntax highlighting, snippets to quickly create an amod file or add productions, and allows you to run gactar directly through VS Code.

marketplace.visualstudio.com/i

#VSCode #VSCodeExtension #CogSci #CognitiveScience #CognitiveArchitecture #CognitiveModelling #ACTR #OpenSource #Symbolic #SymbolicAI #gactar

2023-09-12

Joplin’s vscode plugin 1.3 is released!

Release 1.3.0,support creating todo items @ncatanchin

github.com/rxliuli/joplin-util

#joplin #joplin-plugin #vscode #vscodeextension #vscode-extension #joplinplugins

2023-08-20

Pushed a big update to the MSBuild Log Viewer VS Code extension (still experimental!)

- no more emoji - use VS Code icons
- better display of search results in side view (and you can have multiple searches per binlog)
- bookmarks! pin log items in the side view
- long log entires open in real VS Code editor windows instead of in a div inside the binlog document

marketplace.visualstudio.com/i

A screenshot of VS Code showing the MSBuild Log View explorer.  The main window is split vertically, showing a binlog on top and a second editor with the detailed build summary on the bottom.
On the left the side view has a Log Explorer tree view with searches and bookmarks.
The bottom of the side view has a Search Results tree showing additional search results
2023-08-16

So I made a thing...

It's a VS Code extension based on Kirill Osenkov's @KirillOsenkov MS Build structured log viewer.

marketplace.visualstudio.com/i

The desktop version runs on CoreCLR, the insiders.vscode.dev version runs using the new (and still very experimental!) .NET 8 WASI workload on top of VS Code's WASI extension host (code.visualstudio.com/blogs/20)

MS Build structured log viewer running on VS Code for the Web in an Android device
2023-07-27

I've been doing some VS Code extension hacking recently (something cool coming soon, possibly!) and I have to say...

It is really a testament to LISP and to the Emacs contributors that docstrings are:
1. a core part of the language
2. are available on nearly every function and command

The best way to even find out if a command _exists_ in VS Code is to open the "keyboard shortcuts" window. And then just guess the args…

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst