Skip to content

Commit

Permalink
1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlyu123 committed Aug 3, 2021
1 parent 13a51df commit 2c4ea91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-visual-studio",
"version": "1.4.1",
"version": "1.4.2",
"description": "This extension is a language server client for Visual Studio 2019. Power by [Svelte Language Server](https://github.com/sveltejs/language-tools/) \r with [language server protocol](https://microsoft.github.io/language-server-protocol/)",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="SvelteVisualStudio.cf753cf7-a24c-4d55-b2bd-4dab99668848" Version="1.4.1" Language="en-US" Publisher="Jason Lyu" />
<Identity Id="SvelteVisualStudio.cf753cf7-a24c-4d55-b2bd-4dab99668848" Version="1.4.2" Language="en-US" Publisher="Jason Lyu" />
<DisplayName>Svelte For Visual Studio</DisplayName>
<Description xml:space="preserve">A language server client for Visual Studio 2019. Power by Svelte Language Server with language server protocol</Description>
<MoreInfo>https://github.com/jasonlyu123/SvelteVisualStudio</MoreInfo>
Expand Down

0 comments on commit 2c4ea91

Please sign in to comment.