Conversation
…d auto-launch prompt Co-authored-by: hydraxman <8344245+hydraxman@users.noreply.github.com>
Co-authored-by: hydraxman <8344245+hydraxman@users.noreply.github.com>
|
for this url, store it in base64 format please, don't want other to see or search it: |
Co-authored-by: hydraxman <8344245+hydraxman@users.noreply.github.com>
Done in |
|
@copilot this is great enough, 2 tips: |
Co-authored-by: hydraxman <8344245+hydraxman@users.noreply.github.com>
Done in
|
|
@copilot if we find out the user has not install az cli, we pop up and ask whether want to install az cli, if user says no, we fall back to pat ask, but if user says yes, we help user install it via command (maybe winget?) and then ask user to do az login, and then we fetch token. And in the fetch token process, ask the user to enter the ADO org name, the default value is microsoft so user can put just enter to go with microsoft. |
…efault Co-authored-by: hydraxman <8344245+hydraxman@users.noreply.github.com>
Done in
|
|
@copilot before any nodejs script / command run, we check if node is installed and if not we try to use winget to install after confirming with user. if it's installed, we check the version, need to older than 22, we need to confirm with user and upgrade it with winget. |
…rement Co-authored-by: hydraxman <8344245+hydraxman@users.noreply.github.com>
Done in
|
…/Linux Co-authored-by: hydraxman <8344245+hydraxman@users.noreply.github.com>
Done in PowerShell fix:
New shell script (
|
|
@copilot in the .sh version the output is very weird, please fix: \033[0;31m ____ ____ _ _ _ \033[0m ┌─────────────────────────────────────────┐ 🏢 Using org: # Trim trailing slash 🔍 Azure CLI found. Checking login session... ✔ Obtained temporary access token from Azure CLI. Token (masked): eyJ****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************bzg 📄 Preparing isolated npm config... 📦 Installing deepstudio-server@latest ... npm warn invalid config registry="https://# Trim trailing slash.pkgs.visualstudio.com/OS/_packaging/DeepStudio/npm/registry/" set in command line options |
… for piped execution Co-authored-by: hydraxman <8344245+hydraxman@users.noreply.github.com>
... Fixed in
|
|
@copilot the sh version is still broken: ┌─────────────────────────────────────────┐ 🏢 Using org: # Trim trailing slash 🔍 Azure CLI found. Checking login session... Token (masked): eyJ****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************bzg 📄 Preparing isolated npm config... 📦 Installing deepstudio-server@latest ... npm warn invalid config registry="https://# Trim trailing slash.pkgs.visualstudio.com/OS/_packaging/DeepStudio/npm/registry/" set in command line options ✔ Cleanup complete. |
…gs, fix b64_decode for macOS Co-authored-by: hydraxman <8344245+hydraxman@users.noreply.github.com>
Fixed in
|
|
@copilot 我发现目前 .sh 脚本存在的问题了:
|
…EACCES on macOS Co-authored-by: hydraxman <8344245+hydraxman@users.noreply.github.com>
Fixed in Issue 1 (colors broken via Issue 2 (EACCES on macOS): When |
|
@copilot .sh脚本还是有问题,这样,我们排除一下,把目前的彩色打印的逻辑都从sh脚本中去掉吧 (ps1脚本不用改),先用一个黑白的版本 |
…utput Co-authored-by: hydraxman <8344245+hydraxman@users.noreply.github.com>
Done in |
|
@copilot 可否revert回到4f58b8b,我发现这个版本是好使的,同时,修复以下问题: |
…acOS Co-authored-by: hydraxman <8344245+hydraxman@users.noreply.github.com>
Done in The root cause: macOS |
ESC=$(printf '\033')).npmrcextension so template ends withXcharacters (required by macOS mktemp)$TMP_NPMRCwhen mktemp failed)Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.