Skip to content

Commit

Permalink
feat: lsp client with notebook support
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanba authored and BroKun committed Feb 5, 2024
1 parent b2d262c commit f2fca0f
Show file tree
Hide file tree
Showing 133 changed files with 29,929 additions and 1,197 deletions.
2 changes: 0 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
registry=https://registry.npmjs.org/

# PNPM
strict-peer-dependencies=false
save-workspace-protocol=rolling
Expand Down
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pnpm-lock.yaml
**/_build
**/dist
**/coverage
**/es

# generated code
**/.dumi/tmp
Expand All @@ -19,4 +20,3 @@ pnpm-lock.yaml

**/*/keyboard/layouts/**
tinyColor.less

6 changes: 6 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"options": {
"proseWrap": "preserve"
}
},
{
"files": ["**/tsconfig.json"],
"options": {
"trailingComma": "none"
}
}
]
}
2 changes: 1 addition & 1 deletion apps/docs/src/lab/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const App = (): JSX.Element => {
return (
<div className="libro-workbench-app">
<ManaComponents.Application
key={'libro'}
key={'libro-lab'}
asChild={true}
modules={[ManaAppPreset, LibroLabModule, BaseModule]}
/>
Expand Down
Loading

0 comments on commit f2fca0f

Please sign in to comment.