Azure / vscode-aks-tools

Visual Studio Code extension for Azure Kubernetes Service
MIT License
41 stars 52 forks source link

Adding flag to prevent draft from checking for manifests #829

Closed ReinierCC closed 2 months ago

ReinierCC commented 3 months ago

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