Skip to content

Commit 3520526

Browse files
committed
fix: update contributors & lsp
1 parent 24ffdf8 commit 3520526

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

src/constant/memberlist.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ export const memberList = [
5757
name: 'MoonOld',
5858
github: 'https://github.com/MoonOld',
5959
avatar: 'https://avatars.githubusercontent.com/u/47448870?v=4',
60-
identity: 'page design',
60+
identity: 'developer',
61+
},
62+
{
63+
name: '^1e%',
64+
github: 'https://github.com/Alex4210987',
65+
avatar: 'https://avatars.githubusercontent.com/u/113411296?v=4',
66+
identity: 'developer',
6167
},
6268
];

src/constant/monacoCodes.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ pub fn count(mp: [[i64]]) i64 {
136136
title:"hash table",
137137
code:`use std::cols::hashtable;
138138
use core::panic::assert;
139-
use core::hash::Hash;
140139
use core::eq::*;
141140
142141
fn main() i64 {

src/hooks/monaco/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"registry": "https://registry.npmjs.org/"
3232
},
3333
"dependencies": {
34-
"@pivot-lang/pivot-lang": "0.1.2-aef0db6.0",
34+
"@pivot-lang/pivot-lang": "0.1.2-be67dea.0",
3535
"monaco-editor": "^0.37.1",
3636
"monaco-themes": "^0.4.4",
3737
"vscode-languageserver-types": "^3.17.3"

src/hooks/monaco/pnpm-lock.yaml

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

0 commit comments

Comments
 (0)