Skip to content

Commit 56e32e7

Browse files
author
sam
committed
chore: add description for the NPM package
1 parent ecad451 commit 56e32e7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.projenrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ const { typescript } = require("projen");
22
const project = new typescript.TypeScriptProject({
33
defaultReleaseBranch: "main",
44
name: "@functionless/language-service",
5-
5+
description:
6+
"A TypeScript Language Service Plugin that shows Functionless errors in the IDE",
67
peerDeps: ["functionless@^0.6.20"],
78
devDeps: ["functionless"],
89
eslintOptions: {

.vscode/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@
2222
"[markdown]": {
2323
"editor.defaultFormatter": "esbenp.prettier-vscode",
2424
"editor.formatOnSave": true,
25-
"editor.quickSuggestions": true,
25+
"editor.quickSuggestions": {
26+
"comments": "on",
27+
"strings": "on",
28+
"other": "on"
29+
},
2630
"editor.suggest.showReferences": true,
2731
"editor.wordWrap": "on"
2832
},

package.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)