You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this occur consistently? No - specific files
Repro steps:
Open parameter file
Find a place you want auto complete (ctrl+space) for the new type and eventually it will crash
Snippet:
My files likely useful here but I would require a secure upload for that.
paramfluxConfigurationFluxConfigurationOptions?
typeFluxConfigurationOptions = {
@description('Required. The namespace to which this configuration is installed to. Maximum of 253 lower case alphanumeric characters, hyphen and period only.')
namespace: string
@description('Required. Scope at which the configuration will be installed.')
scope: 'cluster' | 'namespace'
@description('Required. Source Kind to pull the configuration data from.')
sourceKind: 'Bucket' | 'GitRepository'// /*'AzureBlob'*/ /* AWS S3 Bucket */
@description('Git Repository Configuration Secret Data to be added to the managed secret. All values must be base64 encoded.')
configurationProtectedSettings: {
@description('Basic Auth Username')
username: string?
@description('Basic Auth Password')
password: string?
@description('Personal Access Token')
httpsKey: string?
@description('SSH Private Key')
sshPrivateKey: string?
}?
@description('Name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets.')
localAuthRef: string?
@description('Parameters to reconcile to the GitRepository source kind type.')
gitRepository: {
@description('The interval at which to re-reconcile the cluster git repository source with the remote.')
syncIntervalInSeconds: int
@description('The maximum time to attempt to reconcile the cluster git repository source with the remote.')
timeoutInSeconds: int
@description('The URL to sync for the flux configuration git repository.')
url: string
@description('The source reference for the GitRepository object.')
repositoryRef: {
branch: string?
tag: string?
semver: string?
commit: string?
}
@description('Base64-encoded known_hosts value containing public SSH keys required to access private git repositories over SSH')
sshKnownHosts: string?
@description('Plaintext HTTPS username used to access private git repositories over HTTPS')
httpsUser: string?
@description('Base64-encoded HTTPS certificate authority contents used to access git private git repositories over HTTPS')
httpsCACert: string?
}?
azureBlob: object?
bucket: object?
kustomizations: object?
My main.bicep never has bicep extension crashing. The main.bicep and bicepparam can be built without an issue via vscode. Only issue is with bicepparam and a specific type I added to a param.
Does this occur consistently? No - specific files
Repro steps:
Snippet:
My files likely useful here but I would require a secure upload for that.
My main.bicep never has bicep extension crashing. The main.bicep and bicepparam can be built without an issue via vscode. Only issue is with bicepparam and a specific type I added to a param.
Action: bicep.lsp-error
Error type: Error
Error Message: Error: read ECONNRESET
Version: 0.31.92
OS: linux
OS Release: 5.14.0-427.40.1.el9_4.x86_64
Product: Visual Studio Code
Product Version: 1.95.3
Language: en
Call Stack
Output: Bicep
The text was updated successfully, but these errors were encountered: