Tumgik
#vs code
bruceawaynefrfr · 7 months
Text
Can't study until I yassify
Tumblr media
81 notes · View notes
macleod · 4 months
Text
In case anyone is interested, I just published my Darker Green+ theme for VS Code.
I enjoy green themes, but most are too 𝚖𝚊𝚝𝚛𝚒𝚡-like, which is great for the vibes, but not so much for reading and writing. This one is pleasant and decent enough on the eyes to be productive for long hours (trust me, I use it a lot).
Tumblr media
You can get it here on the marketplace, or check it out on GitHub.
51 notes · View notes
nixcraft · 1 year
Text
Tumblr media
60 notes · View notes
code-es · 4 months
Note
how do I set up vsc correctly? I always get project file not found error and I can't find a solution on the internet. Lmk if you have a fix :(
Hi! Thank you for the ask! I wonder in what situation this happens to you? When trying to open the file? Or when trying to run some command? Could be different reasons so maybe my answer won't really help you... But! I've had this issue sometimes; for example, once, I was trying to run a python script, but it wouldn't let me.
Tumblr media
Here, the issue is that the folder I have open in VS code is a parent folder to the folder where the file I'm trying to run is located. Here, I'm running the script with the help of the "play" button on the top right.
What it does, I suppose, is try to run the file day-3.py in the directory/folder that is currently open in VS code, but! In the folder advent_of_code_23, there is no file called day-3.py!
So, your issue could potentially be that you are accidentally running your script in a parent folder where it can't be located, since it's in a child folder.
If you still want to have a parent folder up and running, and see all your children folders, you could use the terminal to manually access and run your script.
Step 1: open a new terminal (top option)
Tumblr media
Step 2: in the terminal, type ls (stands for list) to see all the folders in your parent folder
Tumblr media
Step 3: type cd (stands for change directory) and then the name of the folder you want to navigate into, where the file you want to run is located. (TIP! You can use the tab button on your keyboard to autofill the folder name)
Tumblr media
Step 4: Now you can see that your location has changed to be <C:\...\parent-folder-name\child-folder-name>, which means you are now in another folder! So for me, now the location is <C:\...\advent_of_code_23\day-3>, which means I can now directly access everything in this folder! In my screenshot I also typed LS to see what the contents of my folder is.
Tumblr media
Step 5: In here, I can now run my python file by typing python day-3.py
Tumblr media
If you're working in another language, I would recommend googling "how to start a [language name] in the terminal". Or, if you're running for example a React project, you may want to look in your package.json to see what scripts are available, and run those with your preferred package manager, such as yarn or npm.
Tumblr media
In my case, this project is set up with yarn, so I would run this using the yarn dev command.
I hope this has been somewhat helpful, and if it didn't resolve your issue feel free to reach out to me personally and I'd be happy to take a look at your specific case. I can't promise a definite fix, but I can promise that I'll try! 🩷
10 notes · View notes
isssaaag · 9 months
Text
Tumblr media
What kind of IDE do use in your project?
About me, I especially use VS Code due to its convenience and flexibility.
20 notes · View notes
projectbatman193 · 2 years
Text
Hey guys, so this is the first time I've done something with coding and it actually works. Thank God hehehe I'm quite happy with it 😊🙌🦇🤓
Tumblr media
7 notes · View notes
thecommoncoder · 25 days
Video
youtube
Top 10 VS Code Extensions for Web Developers (And How to Use Them!)
Are you looking for the best VS Code extensions for web developers in 2024? In this video, we'll dive into what I believe to be the top 10 VS Code extensions that every web developer should have in their toolkit. These extensions are framework agnostic, and can benefit any developer regardless of skill level. Enjoy! 🎉 #vscodeextensions #vscode #visualstudiocode #webdevelopment #thecommoncoder
1 note · View note
Text
Hey! You! Do you want to make a vn? Can you draw and you want to make a visual novel, but you don't know how to code, and you may not want to code? Well, I know how to code! I'm willing to code for free, I'm not that good at coding, BUT I know a good amount, and I can make a game with my knowledge! And if when you publish the game, I would ask for some credit, it doesn't matter where you have me in credits. As long as I am, I don't care, you'd send your sprites and art, and I'd code it in the game! I'm pretty creative, so I could also help you with your story and even help make you a script (if you want), so just message me, and I can start helping you! :)
0 notes
getpaidcoursefree · 2 months
Text
0 notes
nixcraft · 1 year
Text
Tumblr media
73 notes · View notes
hackeocafe · 3 months
Video
youtube
If you're not developing with this, you're wasting your time
In other videos we've seen a variety of ways Docker can be used, but actually developing inside a container, while useful, is not that straightforward. The VS Code Dev Containers extension makes it a breeze to construct, use, and share containers that are designed for development.
0 notes
marsdevs · 3 months
Text
VS Code Themes Packages That You'll Be in AWE Of!
Sure, vscode looks good out of the box, but why not add individuality and productivity-boosting flair to your coding? We have covered you with the top vs code themes 2024, including dark, light, colorful, and minimalist themes! So, if you're ready, look at these VS code themes to inject some individuality into your coding environment!
0 notes
gudguy1a · 4 months
Text
The Pain, errr, Joy of Getting GraphViz to Work in VSCode (Windows 11)
After hours of scouring multiple sites (such as stackexchange – the one you cannot be kind to others by giving them props for something you were looking for – I did not want to use this site but not many sites had answers – this was one with an answer either) in trying to get GraphViz to work in VSCode. So many sites had old, invalid answers. Here are a couple of the main answers: Graphviz (dot)…
Tumblr media
View On WordPress
0 notes
guangyaw · 6 months
Text
VS Code 讓 #ifdef 為高亮度:dim inactive regions 設置
之前介紹過 Visual Studio Code 也就是俗稱的 VS code, 這是微軟的其中一套跨平台的IDE介面, 讓程式開發人員能透過這工具來開發程式, 今天要帶大家來看的是 VS Code 讓 #ifdef 為高亮度:dim inactive regions 設置 由於 VS Code支援了許多的程式語言, 針對開發的程式語言裝上相應的套件就能夠開始進行開發, 此次範例使用了 C/C++ 擴充套件, 可以在 Intellisense頁面的設定中找到 dim inactive regions 設置, 將這個選項打勾,(預設應該是打勾的) 就會發現 #ifdef 相關的條件式程式碼會變成暗色 , 而非正常的亮度,如同以下範例 通常使用 #ifdef 來對程式碼進行篩選, 讓符合條件的程式碼能夠正常運行或者排除不想執行的程式碼, 這時就透過 #ifdef…
Tumblr media
View On WordPress
0 notes
codingranar · 6 months
Text
Best 20 Real-World React JS Projects for beginners
Tumblr media
With its ease of use, adaptability, and efficiency, React.js has become a leading contender in the rapidly changing field of web development. When it comes to introducing novices to the world of React.js, practical projects are the best instructor. Your abilities will be improved, and your enthusiasm for coding will be stoked by these practical applications with Best 20 Real-World React JS Projects for beginners. We’ll take a tour of the top 20 practical React.js applications designed for novices in this blog article. Every project encompasses distinct ideas and obstacles that help you progress from a beginner to an expert React developer. Also help of 20 best Java Script project.
Best 20 Real-World React JS Projects for beginners
0 notes
rajaniesh · 9 months
Text
Supercharge Your Coding with GitHub Copilot: The Future of Intelligent Autocompletion
As a beginner software developer, you may find the process of writing long and monotonous code both boring and time-consuming. You might wonder if there are any AI tools available that can alleviate these coding challenges and make your work easier. Well,
Tumblr media
View On WordPress
0 notes