-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c053899
commit 40fbb28
Showing
19 changed files
with
104 additions
and
1,683 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[submodule "Projects/lean4web-tools"] | ||
path = Projects/lean4web-tools | ||
url = https://github.com/hhu-adam/lean4web-tools.git | ||
[submodule "client/vscode-lean4"] | ||
path = client/vscode-lean4 | ||
url = https://github.com/leanprover/vscode-lean4.git | ||
[submodule "client/monaco-lean4"] | ||
path = client/monaco-lean4 | ||
url = git@github.com:hhu-adam/monaco-lean4.git |
Submodule monaco-lean4
added at
f0187e
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
jeugster@razorbill:~/Lean/lean4web$ git log dev | ||
commit e60940bb6546775ebe0ea0b7d06b8ec02cf175b4 (dev) | ||
Author: Jon Eugster <[email protected]> | ||
Date: Wed May 29 15:52:58 2024 +0200 | ||
|
||
add vscode-lean4 as submodule | ||
|
||
commit c06471c81129dbad2f8a7cbd2718b2f1b79127de (origin/dev) | ||
Author: Jon Eugster <[email protected]> | ||
Date: Tue May 7 12:20:09 2024 +0200 | ||
|
||
many things | ||
|
||
commit 3cc8a85d28bf42ca3254f1458b725f77251d33d0 | ||
Author: Jon Eugster <[email protected]> | ||
Date: Thu May 2 17:18:45 2024 +0200 | ||
|
||
temp. add entire vscode-lean4 extension | ||
|
||
commit 013dbada1fd2557ce5d25b8fd88f32aba1ce8e41 | ||
Author: Jon Eugster <[email protected]> | ||
Date: Thu May 2 04:06:56 2024 +0200 | ||
|
||
cleanup App.tsx and config | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
commit 5e2ea468ab9401eb0d5d16efbde21bbe9cc6521f | ||
Author: Jon Eugster <[email protected]> | ||
Date: Thu May 2 02:32:02 2024 +0200 | ||
|
||
cleanup navigation. includes #12. | ||
|
||
commit 012f97aa23a1a516171c075b6f45ad7be789e2b0 | ||
Author: Jon Eugster <[email protected]> | ||
Date: Tue Apr 30 17:29:49 2024 +0200 | ||
|
||
cleanup App.tsx, part 2 | ||
|
||
commit 30055c00891c2caff8a8446feee78766c1807063 | ||
Author: Jon Eugster <[email protected]> | ||
Date: Tue Apr 30 17:17:35 2024 +0200 | ||
|
||
cleanup App.tsx, part 1 | ||
|
||
commit 182ba518ea89d046914b3242e97dc4cc9974944f | ||
Author: Jon Eugster <[email protected]> | ||
Date: Tue Apr 30 17:17:04 2024 +0200 | ||
|
||
fix updated infoview | ||
|
||
commit 88d83ea6b1cd0885c9fcd19223d629ddf507af44 | ||
Author: Jon Eugster <[email protected]> | ||
Date: Mon Apr 29 20:30:14 2024 +0200 | ||
|
||
temporarily use my own npm packages instead |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"glyphMargin": true, | ||
"lineDecorationsWidth": 5, | ||
"folding": false, | ||
"lineNumbers": "on", | ||
"lineNumbersMinChars": 1, | ||
"rulers": [100], | ||
"lightbulb": { | ||
"enabled": true | ||
}, | ||
"unicodeHighlight": { | ||
"ambiguousCharacters": false | ||
}, | ||
"automaticLayout": true, | ||
"minimap": { | ||
"enabled": false | ||
}, | ||
"tabSize": 2, | ||
"semanticHighlighting.enabled": true, | ||
"theme": "vs", | ||
"fontFamily": "JuliaMono", | ||
"wrappingStrategy": "advanced" | ||
} |
File renamed without changes.
File renamed without changes.
49 changes: 0 additions & 49 deletions
49
client/src/editor/abbreviation/AbbreviationHoverProvider.ts
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.