Skip to content

Commit 8032790

Browse files
authored
Merge release into main (#185)
* Add License to release (#183) * Remove private flag (#184)
1 parent f21e69a commit 8032790

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

language-service/.npmignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.vscode/
2+
lib/tests/
3+
lib/*.map
4+
lib/compile.tsbuildInfo
5+
lib/watch.tsbuildInfo
6+
src/
7+
tests/
8+
.eslintrc
9+
.eslintrc.json
10+
.eslintignore
11+
.mocharc.json
12+
.gitignore
13+
tsconfig.json
14+
tsconfig.publish.json
15+
tsconfig.watch.json

language-service/License.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
The MIT License (MIT)
2+
Copyright (c) Microsoft Corporation
3+
4+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
5+
associated documentation files (the "Software"), to deal in the Software without restriction,
6+
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
7+
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
8+
subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in all copies or substantial
11+
portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
14+
NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
15+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
16+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
17+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

language-service/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@vscode/lsif-language-service",
33
"description": "LSIF based language services",
4-
"private": true,
54
"version": "0.1.0-pre.1",
65
"author": "Microsoft Corporation",
76
"license": "MIT",

0 commit comments

Comments
 (0)