raju ghoraicoderj001.hashnode.dev·a day agoEnhancing Your Docker Workflow with Visual Studio Code's Docker ExtensionIntroduction to Docker Workflow Optimization In the realm of software development, Docker has become a cornerstone technology, streamlining the process of developing, shipping, and running applications. However, the real magic happens when we combine...Discuss·55 readsLearn DockerDocker
Muhammad Arslanmecxlan.hashnode.dev·Dec 1, 2023Python Environment Setup on your Local Machine 💻https://youtu.be/5MDv8R5UGqQ?si=zYcR9wgpM2uT8c23 Anaconda Setup Download Anaconda for your machine and follow the instructions on the Anaconda Installation documentation for Windows Linux macOS Visual Studio Code Setup Follow the steps from t...Discuss·1 likePython
JV conseiljv-conseil.hashnode.dev·Nov 26, 2023Python 🐍 Code SnippetsIn your repository, create a file under .vscode/python.code-snippets { // Place your workspace snippets here. // Each snippet is defined under a snippet name and has a scope, prefix, body and description. // Add comma separated ids of th...DiscussVSCode Tips
Ayu Adiatiadiati.com·Nov 22, 2023How to Resolve Merge Conflicts Using the Merge Editor Feature on VS CodeHi friends 👋, When you encounter merge conflicts, where do you resolve them? Directly on GitHub or in your code editor? If you use VS Code, do you know that it has a built-in feature called "Merge Editor" that you can use to resolve conflicts? In th...Discuss·38 readsOSS - Open SourceOpen Source
LingarajTechhub All About Programminglingarajtechhub.com·Nov 22, 2023What are VS Code Update Notifications?Sam: asked me about this notification when he opened the newly installed VS code. Lingaraj: told me to wait and see. 'Updates are disabled because you are running the user-scope installation of Visual Studio Code as Administrator.' If you're encounte...DiscussVS Code
Tech And CodeforTech And Codetechandcode.hashnode.dev·Nov 10, 2023Unleashing the Power of Productivity: A Deep Dive into Visual Studio CodeIn the world of software development, a powerful and efficient code editor is a developer's best companion. Visual Studio Code (VS Code), a lightweight yet robust code editor developed by Microsoft, has become a staple for developers across different...DiscussVSCode Tips
Vishwas Acharyavishwasacharya.hashnode.dev·Oct 30, 2023VS Code vs VS Codium: Making the Right ChoiceIntroduction In the world of code editors, Visual Studio Code, commonly known as VS Code, and its open-source counterpart, VS Codium, have gained immense popularity among developers. Both editors offer powerful features, but they cater to different p...DiscussVS Code
Winson Yauwinson.hashnode.dev·Oct 20, 2023How to setup VS Code environment for ASP.NET Core ProjectVisual Studio Code (hereinafter referred to as VS Code) is really a very powerful IDE, even better than Visual Studio! Next, let’s introduce how to use VS Code to develop .NET CORE. Since .NET 5.0 now supports cross-platform and is mainly based on C...Discussasp.net core
Okiki Ojoblog.okikio.dev·Oct 12, 2023From Docker to Podman - VS Code DevContainersBeen a while... 👀 It's been a minute, hasn't it? I've been...busy, but I'm back with something that I think you'll find both useful and intriguing. While I was away, I stumbled upon a nifty trick that involves swapping Docker for Podman in DevContai...Discuss·286 readsDocker
Souvik Bhattacharjeescode.hashnode.dev·Sep 22, 2023How to install Linux and VS Code on AndroidIn this post, we'll install Linux on an Android device and we'll see how you can install VS Code on your Android phone. To achieve this, we'll use one of the most popular Android terminal applications, Termux. Step 1: Install Termux We'll start by in...DiscussLinux