-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Peasy fails to load, VSCode displays the extension error "There is no data provider registered that can provide view data."


VSCode logs show Peasy activation:
Extension Host:
2025-10-01 13:44:16.507 [info] ExtensionService#_doActivateExtension PLanguage.peasy-extension, startup: false, activationEvent: 'onLanguage:p'
Peasy generates a log:
P is ready
P is installed correctly:
⋊> /t/PEspresso which p 13:49:12
/Users/shak/.dotnet/tools/p
⋊> /t/PEspresso p compile 13:49:14
.. Searching for a P project file *.pproj locally in the current folder
.. Found P project file: /private/tmp/PEspresso/EspressoMachine.pproj
----------------------------------------
==== Loading project file: /private/tmp/PEspresso/EspressoMachine.pproj
....... includes p file: /private/tmp/PEspresso/PSrc/CoffeeMaker.p
....... includes p file: /private/tmp/PEspresso/PSrc/CoffeeMakerControlPanel.p
....... includes p file: /private/tmp/PEspresso/PSrc/EspressoMachineModules.p
....... includes p file: /private/tmp/PEspresso/PSpec/Safety.p
....... includes p file: /private/tmp/PEspresso/PTst/Users.p
....... includes p file: /private/tmp/PEspresso/PTst/TestDrivers.p
....... includes p file: /private/tmp/PEspresso/PTst/TestScripts.p
----------------------------------------
Parsing ...
Type checking ...
----------------------------------------
Code generation for PChecker...
Generated EspressoMachine.cs.
Compiling generated code...
Reusing existing /private/tmp/PEspresso/PGenerated/PChecker/Test.cs
MSBuild version 17.9.8+b34f75857 for .NET
Determining projects to restore...
All projects are up-to-date for restore.
EspressoMachine -> /private/tmp/PEspresso/PGenerated/PChecker/net8.0/EspressoMachine.dll
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.85
----------------------------------------
Compilation succeeded.
~~ [PTool]: Thanks for using P! ~~
Metadata
Metadata
Assignees
Labels
No labels