The draft screen was freezing because it detected manifest files in the directory specified or child directories. By adding the "--skip-file-detection" to the draft command, we can remove the check on the draft side and rely on the extension to inform the user that manifest files are present.
Added flag "--skip-file-detection"
The draft screen was freezing because it detected manifest files in the directory specified or child directories. By adding the "--skip-file-detection" to the draft command, we can remove the check on the draft side and rely on the extension to inform the user that manifest files are present.
Draft deployment screen was freezing as seen https://github.com/Azure/vscode-aks-tools/issues/786