Thursday, August 27, 2026

Using Visual Studio Code CoPilot with Custom EndPoint to local Nvidia DGX Spark

Setting up various configurations on my NVIDIA DGX Spark and Visual Studio Code on my laptop with a custom end point using qwen3-coder:30b. Tried the hello world of AI with a simple prompt "create a simple react based tetris game" Mission Accomplished

Working with Visual Studio Code CodePilot to upgrade CFLint to latest Gradle, Maven, and added some things.

I forked the CFLint github repo and pointed CoPilot at it and it do a few things such as upgrade Gradle and Maven to the latest version, create a VSCode extension for it, add a PowerShell utility to run CFLint and a function to output the CFLint output into MD format. I also had it update the Change Log with changes that were not captured from previous updates and then had it add the new changes. I've moved my version to 1.6.x I plan on adding some new linting for Lucee as well. It's still a work in Progress and needs some testing. Here's the link if you want to check it out. https://github.com/wiggick/CFLint