jscholes, to python
@jscholes@dragonscave.space avatar

Needed to rename a test fixture in a file, and find/replace wasn't up for the job. So I decided to give a go:

I started by pressing Ctrl+F2, for "Change All Occurrences". I think that is basically find/replace, and hence didn't do what I wanted.

Instead, I installed the recommended Python extension, and pressed F2 for "Rename Symbol". That claims to have only made one change, and the references to the function are still using the old name.

So, consider me confused. I'm using , whereby the test fixtures are referenced as function arguments rather than being called directly. Maybe that's what VS Code is struggling with? Either way, I've now spent more time on this than just manually editing the text.

pirafrank, to ai
@pirafrank@mastodon.social avatar

📰 News: #Mistral #AI has just announced their GitHub Copilot-equivalent.

Codestral is their first #LLM model dedicated to code generation, and it currently outperforms other open source code models.

Want to test it? #VSCode integration is available via Continue.dev and Tabnine extensions.

You can use it now in non-production environments as per its license.

https://mistral.ai/news/codestral/

grrrck, to vscode
@grrrck@fosstodon.org avatar

Check it out, the #Shiny extension for #VSCode now supports both Shiny for R apps and Shiny for Python apps in everyone's second favorite IDE!

Along with the updates come a few neat features for deploying your Shiny apps as serverless ShinyLive apps using https://shinylive.io, or for saving a ShinyLive app as local #RStats or #Python files.

Learn more and see the extension in action in our release post: https://shiny.posit.co/blog/posts/shiny-vscode-1.0.0/

pamelafox, to python
@pamelafox@fosstodon.org avatar

My talk from VS Code Day is now live!

"Building a RAG-powered AI chat app with Python and VS Code"

I showed how to do RAG on a local PostgreSQL database, both with Ollama and OpenAI models.

https://www.youtube.com/watch?v=3ctFWU492xk

FunkyBob, to vscode
@FunkyBob@chaos.social avatar

Can anyone recommend a plugin that does actual validation and rendering?

I've tried 5 so far and half don't work, the others produce spurious errors :/

(and one even bogged down my whole machine, even when no openapi docs were open)

anderseknert, to vscode
@anderseknert@hachyderm.io avatar

Syntax highlighting of #Rego inside of fenced code blocks in markdown files, now supported by the #OPA #VSCode extension.

https://marketplace.visualstudio.com/items?itemName=tsandall.opa

Taffer, to vscode
@Taffer@mastodon.gamedev.place avatar

Thanks to @hakerdefo, I'm taking another look at VS Codium ('cause I like VS Code, but don't like Microsoft's business practices).

Going to see if it's got access to the extensions I'm using, and see if I can just copy my config over.

ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

(1/3) Introduction to Data Wrangler 🚀

Data Wrangler is a new Microsoft VScode extension for data exploratory analysis. It supports Python 🐍 and Pandas 🐼 DataFrame objects and is integrated into VScode Jupyter Notebooks. Here are some of the functionalities of Data Wrangler:
✅ Data review
✅ Column filtering
✅ Summary statistics
✅ Data cleaning and transformation
✅ Hadeling missing values
✅ Creating new fields

#DataScience #data #python #vscode

image/png

jbzfn, to FreeBSD
@jbzfn@mastodon.social avatar
poppastring, to CSharp
@poppastring@dotnet.social avatar

NuGet Commands in C# Dev Kit -

You can now manage your NuGet packages directly from Visual Studio Code using the new commands in the command palette.

:vscode: :csharp:

https://devblogs.microsoft.com/nuget/announcing-nuget-commands-in-c-dev-kit/

bentoh, to vscode
@bentoh@mastodon.online avatar

So over the past year I have been using for my and work. my workplace is trying to move to a unified IDE, and vscode allows remote access and WSL integration for free. However, so far it fails to spark joy in me like (despite lack of mode) and do. Everything feels clunky, and subpar. The "intelligent" and linting things are also quite broken in R... Has there been extensions that fundamentally change the vscode experience that I should be trying?

ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

In the past few months, I created a bunch of Docker 🐳 tutorials covering random topics, from a fun setting for a Python 🐍 environment on the CLI to advanced topics such as multi-stage builds 🏗️. I organized all the tutorials under one folder, and I plan to keep updating this folder with future-related ones 😎.

Currently on my Docker tutorial TODO list:
➡️ Docker ENTRYPOINT vs CMD
➡️ Docker multi-architecture build

🔗 https://medium.com/@rami.krispin/list/docker-21408ce79e6a

Enjoy!

#docker #DataScience #vscode #mlops

sqrtminusone, to vim
@sqrtminusone@emacs.ch avatar

Google Books Ngram Viewer is a lot of fun, but... Who the heck was using in 1800? And what's that uptick in around 1880?

At least no one cared about in the 19th century.

Edit: now I know more about old English.

anderseknert, to vscode
@anderseknert@hachyderm.io avatar

I just turned off the "minimap" feature of after realizing I've had it on for like a decade without ever looking at it. Is it useful somehow, or just a gimmick?

Drmowinckels, to programming
@Drmowinckels@fosstodon.org avatar

📝 New blog post 📝

'The IDEs I use'

🧏 People who code have a tendency to spend a lot of time in various IDEs (Integrated Development Environments). They can be as simple as a text editor or as complex as a full-blown development environment. In this post, I'll go through my two go-to IDE's, RStudio and VScode, and why I switch between them rather than sticking to a single one. ---

👀 Read more at https://drmowinckels.io/blog/2024/ide

#R #programming #IDE #RStudio #VScode

legendary_creeper, to vscode
@legendary_creeper@craftodon.social avatar

Trying out it's a fork of VSCode's source code, it's and comes without data collection and other proprietary code from Microsoft. It's avaible for Windows, Linux and MacOS :3

So far it's pretty great, it gives you a guide on how to transfer your settings, extensions and Co. and also let's u use VSCode's Extension Marketplace if you prefer it over the one. Only thing which I miss is a way to sync 🥲, but thats fine.

More information: https://vscodium.com/

anderseknert, to vscode
@anderseknert@hachyderm.io avatar

Looking at the release notes, and It's absoluetely wild how much me and @charlieegan3 managed to get done in just 2 weeks, and all without neglecting our other responsibilities.. 😄

#Regal v0.21.0 is out now, and if you do any work at all with #OPA and #Rego, this release — together with the latest OPA #VSCode extension also released today — takes the Rego development experience to the next level. Try it out and let me know what you think! Changelog and downloads here:

https://github.com/StyraInc/regal/releases/tag/v0.21.0

bradwilson, to vscode
@bradwilson@mastodon.social avatar

I am extraordinarily annoyed by the fact that #Copilot appears to be enabled by default now in #VSCode and I can't find any way to turn it off. #dotnet #csharp

89luca89, to linux
@89luca89@fosstodon.org avatar

Excited to announce release v0.5.5 of !

Lots of new features and fixes both for UI and CLI

Give it a shot!
https://github.com/loft-sh/devpod/releases/tag/v0.5.5

louis, to emacs
@louis@emacs.ch avatar

Haven't used VS Code a single time for over two months now. All Emacs now. Since I switched to LSP mode, Makefiles and Dap.

I think it's time to press the delete button now with confidence.

Congratulations appreciated 🙂

#emacs #vscode

waeiski, to python
@waeiski@vis.social avatar

I've been thinking about myself as a coder a lot. I learnt #Python through its #Anaconda variety and #SpyderIDE. The course I initially went on used those, so I use them to write #SpatialAnalysis scripts.

However, I wonder whether I should learn what #JupyterNotebooks are about and potentially another IDE like #PyCharm or #VSCode / #VSCodium, but also actual software architecture and development things. Not to mention things like #Rstats, #RustLang, or #GoLang that interest me.

anwesha, to vscode
@anwesha@toots.dgplug.org avatar

Has anyone saw this error before?

<--- Last few GCs --->

[192872:0x2014002e4000] 52 ms: Mark-Compact (reduce) 0.6 (2.9) -> 0.6 (1.9) MB, 0.60 / 0.00 ms (average mu = 0.259, current mu = 0.034) last resort; GC in old space requested  
[192872:0x2014002e4000] 53 ms: Mark-Compact (reduce) 0.6 (1.9) -> 0.6 (1.9) MB, 0.65 / 0.00 ms (average mu = 0.144, current mu = 0.008) last resort; GC in old space requested

<--- JS stacktrace --->

#  
# Fatal JavaScript out of memory: CALL_AND_RETRY_LAST  
#

/usr/bin/code: line 62: 192872 Trace/breakpoint trap (core dumped) ELECTRON_RUN_AS_NODE=1 "$ELECTRON" "$CLI" "$@"  

#vscode

jmcastagnetto, to vscode
@jmcastagnetto@mastodon.social avatar

"Researchers Observed Visual Studio Code Extensions Stealing Users' "

https://gbhackers.com/researchers-observed-visual-studio/

'... ReversingLabs has uncovered a series of VS Code extensions that designed to siphon off sensitive information from unsuspecting users ...'

anderseknert, to vscode
@anderseknert@hachyderm.io avatar

Sneak peek of some of the things coming in the next release. Language server () component extended to do more than linting, as we try to make all aspects of development more enjoyable. Screenshots from where both tooltips and inlay hints are provided via Regal. And there’s more… 😎

image/png

anderseknert, to programming
@anderseknert@hachyderm.io avatar

What's your / of choice, and why is it so? Do you use that for all tasks and languages, or do you switch between editors depending on what you're working on?

I mostly use / for large projects, and for simpler ones. But tbh, I find myself increasingly using VS Code even for projects where I'd previously would reach for IntelliJ. And their poor story around language server integrations makes them feel less relevant today than they used to be.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • thenastyranch
  • rosin
  • GTA5RPClips
  • osvaldo12
  • love
  • Youngstown
  • slotface
  • khanakhh
  • everett
  • kavyap
  • mdbf
  • DreamBathrooms
  • ngwrru68w68
  • provamag3
  • magazineikmin
  • InstantRegret
  • normalnudes
  • tacticalgear
  • cubers
  • ethstaker
  • modclub
  • cisconetworking
  • Durango
  • anitta
  • Leos
  • tester
  • JUstTest
  • All magazines