-
-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Template Install Fails - no matches found #1101
Comments
Perhaps this extension just needs recompile on a supported version of dotnet? Version 5 is no longer supported. When I attempt to use the command palette, I get the following half-error: PeachPie extension was activated.
Creating PeachPie project in '~/Code/OneOffs' ...
Creating 'console' ...
Project file created successfully.
Configuring build and debugging in 'tasks.json' and 'launch.json' ...
Build tasks successfully configured.
Running dotnet restore to install PeachPie Sdk ...
For building and executing, PeachPie needs .NET Core CLI tools to be available on the path. Make sure they are installed properly. And the language server crashes repeatedly with this message: [Info - 7:16:12 AM] Connection to server got closed. Server will restart.
You must install or update .NET to run this application.
App: ~/.vscode/extensions/iolevel.peachpie-vscode-1.0.8/out/server/Peachpie.LanguageServer.dll
Architecture: arm64
Framework: 'Microsoft.NETCore.App', version '5.0.0' (arm64)
.NET location: /usr/local/share/dotnet/
The following frameworks were found:
6.0.13 at [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Learn about framework resolution:
https://aka.ms/dotnet/app-launch-failed
To install missing framework, download:
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=5.0.0&arch=arm64&rid=osx.13-arm64
[Error - 7:16:12 AM] Connection to server got closed. Server will not be restarted. |
I can work around some of this by using the Roll Forward get's me running the language server: PeachPie Language Server
PID: 23081
Path: ~/.vscode/extensions/iolevel.peachpie-vscode-1.0.8/out/server/Peachpie.LanguageServer.dll Trying to create a new project with the extension: PeachPie extension was activated.
Creating PeachPie project in '~/Code/OneOffs' ...
Creating 'library' ...
Project file created successfully.
Configuring build and debugging in 'tasks.json' and 'launch.json' ...
Build tasks successfully configured.
Running dotnet restore to install PeachPie Sdk ...
For building and executing, PeachPie needs .NET Core CLI tools to be available on the path. Make sure they are installed properly. |
Following along with the Console App (CLI) - Getting Started Guide, step 2 - Install Peachpie .NET Templates fails because it can't find the templates.
My
dotnet
environment info.The text was updated successfully, but these errors were encountered: