dotnet sln add .\Scraper.UI\Now, intellisense is working:
Project `Scraper.UI\Scraper.UI.csproj` added to the solution.
CTO Fever - I got a fever and the only prescription is more code!
Technical blog with tips and tricks for everything and more...
Featured Post
Organize and rename photos by EXIF data with PowerShell
This PowerShell script organizes and renames all photos in a selected folder using EXIF data. It will also create thumbnails of the images i...
Sunday, March 3, 2024
How to fix intellisense in Visual Studio Code
I just added a new project and started making changes but there is no intellisense or syntax highlighting, what is going on?
The solution is simple, you must add the new project to the Solution File (.SLN) for Visual Studio Code to recognize it!
Saturday, November 26, 2016
Building a Raspberry Pi Baby Monitor
sudo apt-get install motion sudo vi /etc/motion/motion.conf daemon on framerate 30 width 640 heigh 480 ffmpeg_video_codec mpeg4 webcam_localhost off sudo vi /etc/default/motion start_motion_daemon=yes sudo service motion startControl: http://192.168.0.2:8080
Stream: http://192.168.0.2:8081
Subscribe to:
Posts (Atom)