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 the langua...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...DiscussOSS - 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
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev路Oct 30, 2023Seamless Development and AWS Service Deployment: Exploring VS Code Remote Development and TerraformIntroduction :- Modern development environments are all about flexibility and efficiency. With VS Code鈥檚 #Remote Explorer, you can harness these advantages to deploy AWS services like never before. This #integration bridges the gap between your local...DiscussTerraform
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鈥檚 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路272 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
Saiful Alamblog.msar.me路Sep 17, 2023Simple API testing on VS CodeThere was many API testing tools like PostMan, ThunderClient etc., but as a developer switching application while developing API application and testing the API endpoints is painful and sharing those endpoint across the team. So there was an extensio...DiscussAPI TestingAPIs