Skip to content

Commit

Permalink
VSCode extension 0.21.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Dec 6, 2024
1 parent 887b9f7 commit 78de4e3
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 12 deletions.
7 changes: 7 additions & 0 deletions sdk/php/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Copyright © Ben Croker

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
6 changes: 1 addition & 5 deletions sdk/php/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,4 @@ $sse->ExecuteScript('console.log("Hello, world!")');
use starfederation\datastar\ServerSentEventGenerator;

$signals = ServerSentEventGenerator::readSignals();
```

---

Created by [PutYourLightsOn](https://putyourlightson.com/).
```
2 changes: 1 addition & 1 deletion tools/vscode-extension/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright © PutYourLightsOn
Copyright © Ben Croker

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
6 changes: 1 addition & 5 deletions tools/vscode-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,4 @@ Install the extension from the Visual Studio Code Marketplace or from the extens

`npm run build`

`code --install-extension datastar-vscode-x.y.z.vsix`

---

Created by [PutYourLightsOn](https://putyourlightson.com/).
`code --install-extension datastar-vscode-x.y.z.vsix`
Binary file not shown.
2 changes: 1 addition & 1 deletion tools/vscode-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datastar-vscode",
"version": "0.21.0",
"version": "0.21.0-beta1",
"displayName": "Datastar",
"description": "Adds autocomplete for Datastar to Visual Studio Code.",
"author": "Ben Croker",
Expand Down

0 comments on commit 78de4e3

Please sign in to comment.