Command Palette
Search for a command to run...
Comments
Join the discussionNo comments yet. Be the first to comment.
More from this blog
Executable application package in Dart ecosystem - Windows OS
If you want to run your application package on local machine directly , you must add Dart SDK to system's PATH. Now if you read this reference and your project's package.yaml was setup correctly, all
The ad-hoc identifier-as-string pattern in JavaScript | 2026 Q1 edition
Consider a Proxy pattern as follows: Some other relevant examples: Alternatively, consider the example as follows: The last example shows how to employ hex notation you might have learned in the past but never used since... Happy coding in 2026!...
Dart in Practice : Native messaging host implementation (Windows-users oriented)
I have not posted for ages, sorry for that, actually I was actively working on my own solo educational project by the name of Cosmos (the name is subject to change), and had the issue working with Ind

Git bash for Windows users PS1 variable (aka prompt) customization
This assumes that you are located in %USERPROFILE% (File Explorer), otherwise, init Git bash for Windows shell session at cd ~: once you are there, touch .bash_profile via Git the bash session. Following these third-party guidelines (see link) we can...

Attaching a VSC debugger to remote browser – the guide you need to start debugging straight away !
NOTE : I am using Git Bash for Windows as my terminal (hence I am Window's user) PERSONAL VIEW: I found VSC documentation quite "hectic" towards this specific topic, so I decided to do a wee article, so you could just set up and debug out of the b...