File tree Expand file tree Collapse file tree 6 files changed +26
-6
lines changed Expand file tree Collapse file tree 6 files changed +26
-6
lines changed Original file line number Diff line number Diff line change 8
8
9
9
"Welcome Message" =
10
10
"# Code App
11
- ##### **v1.9 .0 (July 2024)**
11
+ ##### **v1.10 .0 (October 2024)**
12
12
#### Start
13
13
[Neue Datei](https://thebaselab.com/code/newfile)
14
14
[Datei öffnen](https://thebaselab.com/code/openfile)
23
23
24
24
"Changelog.message" =
25
25
"
26
+ ### 1.10.0 (October 2024)
27
+ - Sprachserver für Python und Java
28
+ - Unterstützung für mehr Sprachen im Monaco-Editor
29
+
26
30
### 1.9.0 (July 2024)
27
31
- SSH
28
32
- Proxy-Sprung
Original file line number Diff line number Diff line change 8
8
9
9
"Welcome Message" =
10
10
"# Code App
11
- ##### **v1.9 .0 (July 2024)**
11
+ ##### **v1.10 .0 (October 2024)**
12
12
#### Start
13
13
[New file](https://thebaselab.com/code/newfile)
14
14
[Open file](https://thebaselab.com/code/openfile)
23
23
24
24
"Changelog.message" =
25
25
"
26
+ ### 1.10.0 (October 2024)
27
+ - Language Servers for Python and Java
28
+ - Support for more languages in Monaco Editor
29
+
26
30
### 1.9.0 (July 2024)
27
31
- SSH
28
32
- Proxy jump
Original file line number Diff line number Diff line change 8
8
9
9
"Welcome Message" =
10
10
"# Code App
11
- ##### **v1.9 .0 (2024年 7月 )**
11
+ ##### **v1.10 .0 (2024年 10月 )**
12
12
#### 開始
13
13
[新しいファイル](https://thebaselab.com/code/newfile)
14
14
[ファイルを開く](https://thebaselab.com/code/openfile)
23
23
24
24
"Changelog.message" =
25
25
"
26
+ ### 1.10.0 (2024 年 10 月)
27
+ - Python および Java の言語サーバー
28
+ - Monaco エディターでのより多くの言語のサポート
29
+
26
30
### 1.9.0 (2024 年 7 月)
27
31
- SSH
28
32
- プロキシジャンプ
Original file line number Diff line number Diff line change 8
8
9
9
"Welcome Message" =
10
10
"# Code App
11
- ##### **v1.9 .0 (2024년 7월 )**
11
+ ##### **v1.10 .0 (2024년 10월 )**
12
12
#### 시작
13
13
[새 파일...](https://thebaselab.com/code/newfile)
14
14
[파일 열기...](https://thebaselab.com/code/openfile)
23
23
24
24
"Changelog.message" =
25
25
"
26
+ ### 1.10.0 (2024년 10월)
27
+ - Python 및 Java에 대한 언어 서버
28
+ - Monaco 편집기에서 더 많은 언어 지원
29
+
26
30
### 1.9.0 (2024년 7월)
27
31
- SSH
28
32
- 프록시 점프
Original file line number Diff line number Diff line change 8
8
9
9
"Welcome Message" =
10
10
"# Code App
11
- ##### **v1.9 .0 (2024 年 7 月)**
11
+ ##### **v1.10 .0 (2024 年 10 月)**
12
12
#### 开始
13
13
[新文件](https://thebaselab.com/code/newfile)
14
14
[打开文件](https://thebaselab.com/code/openfile)
23
23
24
24
"Changelog.message" =
25
25
"
26
+ ### 1.10.0 (2024 年 10 月)
27
+ - Python 和 Java 的语言服务器
28
+ - Monaco 编辑器支持更多语言
29
+
26
30
### 1.9.0(2024 年 7 月)
27
31
- SSH
28
32
- 代理跳转
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Use [VS Code](https://github.com/microsoft/vscode) as a design template while pr
23
23
- C/C++ Runtime with WebAssembly (with clang) ✅
24
24
- Local Java (OpenJDK) ✅
25
25
- SSH Support ✅
26
- - [ LSP] ( https://microsoft.github.io/language-server-protocol ) support 🏃
26
+ - [ LSP] ( https://microsoft.github.io/language-server-protocol ) support (Python & Java) ✅
27
27
28
28
## Building the project
29
29
You can’t perform that action at this time.
0 commit comments