Open
Description
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest version
- Search the existing issues.
Summary
I am experiencing issues while authoring a resource manifest. Whenever defining the URL shortener: https://aka.ms/dsc/schemas/v3/bundled/resource/manifest.json
, the manifest.export.json
file cannot be loaded.
Changing this to: https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/v3/bundled/resource/manifest.json
helps me with the IntelliSense features in VSCode.
Steps to reproduce
- Create a
test.dsc.resource.json
file - Add
"$schema": "https://aka.ms/dsc/schemas/v3/bundled/resource/manifest.json"
The warning appears.
Expected behavior
All file references are loaded.
Actual behavior
Not all file references are loaded, breaking some IntelliSense features.
Error details
Environment data
Name Value
---- -----
PSVersion 7.4.7
PSEdition Core
GitCommitId 7.4.7
OS Microsoft Windows 10.0.19045
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Version
3.0.2
Visuals
No response