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? Yes
Repro steps:
Use both the ARM VSCode extension and the Bicep VSCode extension
Create or open a Bicep file. If created from an ARM template.json file, remove the template.json file, so that only the template.bicep file exists.
Create or open the corresponding ARM template.parameters.json parameters file
Navigate around in VSCode in the parameters file for a while, including switching away from the window to another window
Expected: no error
Actual: toast notification: ENOENT: no such file or directory, open 'c:...\template.json'
I am using only Bicep. Although I could keep a compiled template.json file just to prevent the error or check the linkage between template and parameters using the VSCode extensions, this seems sub-efficient.
Action: Go To Definition
Error type: ENOENT
Error Message: ENOENT: no such file or directory, open 'c:...\non-existent-arm-template.json'
Version: 0.15.10
OS: win32
OS Release: 10.0.22624
Product: Visual Studio Code
Product Version: 1.77.0
Language: en
The text was updated successfully, but these errors were encountered:
Compare two .arm JSON-files using the Select for Compare and Compare with Selected
Select block of code from left side to copy to the right side
Action: Go To Definition
Error type: ENOENT
Error Message: ENOENT: no such file or directory, open <pathToFile>\azure-monitor-baseline-alerts\patterns\alz\alzarm.custom.json
Version: 0.15.12
OS: win32
OS Release: 10.0.26100
Product: Visual Studio Code
Product Version: 1.94.2
Language: en
Does this occur consistently? Yes
Repro steps:
Use both the ARM VSCode extension and the Bicep VSCode extension
template.json
file, remove thetemplate.json
file, so that only thetemplate.bicep
file exists.template.parameters.json
parameters fileExpected: no error
Actual: toast notification: ENOENT: no such file or directory, open 'c:...\template.json'
I am using only Bicep. Although I could keep a compiled
template.json
file just to prevent the error or check the linkage between template and parameters using the VSCode extensions, this seems sub-efficient.Action: Go To Definition
Error type: ENOENT
Error Message: ENOENT: no such file or directory, open 'c:...\non-existent-arm-template.json'
Version: 0.15.10
OS: win32
OS Release: 10.0.22624
Product: Visual Studio Code
Product Version: 1.77.0
Language: en
The text was updated successfully, but these errors were encountered: