home.social

#vscodeextension — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #vscodeextension, aggregated by home.social.

fetched live
  1. There is a new (optional) <Section> element for structuring the speedata layout.xml file. It does not produce a different output.

    See news.speedata.de/2026/02/23/se for details.

    #speedatapublisher #vscode #vscodeextension

  2. 🚀 Behold the pinnacle of productivity: a VS Code extension that lets you tweet your riveting coding insights without the "distraction" of switching tabs. 🤔 Because who doesn't need their #IDE to double as a social media platform, complete with BYOK (Bring Your Own Keys) chaos and rate limits? 🐦
    github.com/Jawuilp/X-writer #VSCodeExtension #Productivity #CodingInsights #SocialMedia #HackerNews #ngated

  3. OpenAI just released a Codex CLI that works with any ChatGPT plan and integrates into VS Code via an extension. It taps the OpenAI Developer API, supports GLM and Minimax models, and enables agentic coding workflows. Curious how this can boost your open‑source projects? Read the full breakdown. #OpenAI #CodexCLI #ChatGPTPlan #VSCodeExtension

    🔗 aidailypost.com/news/openai-co

  4. 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.

    #vscode #vite #vscodeextension #FunctionGraphOverview

  5. 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

  6. 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

  7. 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

    #vscode #vscodeExtension #dotnet #msbuild #msbuildLogViewer #msbuildStructuredLogViewer #binlog

  8. 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)

    #vscode #dotnet #dotnet8 #net8 #wasi #coreclr #vscodeExtension #mono #msbuild #msbuildLogViewer #msbuildStructuredLogViewer #binlog

  9. 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…

    #vscode #vscodeExtension #emacs #elisp #lisp #docstring #documentation