Minae Lee

Results 29 comments of Minae Lee

I've explained how to do this here: https://minaelee.medium.com/setting-basedir-in-lite-server-bs-config-and-still-access-node-modules-673bf523d09d Long story short, add this to your bs-config.json: ``` { "server": { "baseDir": "./src", "routes": { "/node_modules": "node_modules" } } } ```...

I've tested this and found it reproducible. With a previously existing account, I could create a function app through VS Code with no problems. I created a new Azure account,...

ALL of the ways that the Azure docs and tutorials describe to add a function app do not work currently for any new subscribers due to this bug. Including the...

@nturinski Fantastic, thank you!!

Is it intended that function apps should be able to be created in the extension (without the "Subscription ... was not found" error) at this time? Or is the workaround...

Just wanted to let you know that I tested again. Azure wasn't happy with me creating so many new accounts, so I had to use the same one I used...

By now, all first 16 sub-issues have been assigned with the exception of the Navicat sub-issue #16035 which requires a paid Navicat account to test it. I'd like to start...

First two sentences: >This document describes how to connect to your TiDB Serverless cluster via public endpoint. With the public endpoint, you can connect to your TiDB Serverless cluster via...

This document ends rather abruptly. This is the final sentence: >Connect to your cluster with the connection string. This could use more information and/or links at the bottom for further...