插件地址: https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner-for-web
GitHub Repo: https://github.com/formulahendry/vscode-code-runner-for-web
欢迎下载试用!
下一步:
1
lopssh 2021-12-05 09:37:17 +08:00
蟹蟹
|
2
infun 2021-12-05 10:09:02 +08:00 via iPhone
code runner 支持调试吗?
|
3
flyflower 2021-12-05 10:19:50 +08:00
你们都能用 github.dev 吗?我的 github.dev 一直卡在 “Setting up your web editor”😂
|
7
zmxnv123 2021-12-05 13:01:44 +08:00 via iPhone
想知道原理是什么 js 实现的 python ?
|
9
ch2 2021-12-05 13:29:41 +08:00
文件路径是个什么逻辑?
|
10
formulahendry OP |
11
formulahendry OP @ptwop vscode.dev 呢?
|
12
formulahendry OP @infun 不支持哦~ 只能运行
|
13
formulahendry OP @ch2 文件系统似乎是虚拟的。
|
14
Wataru 2021-12-05 16:25:31 +08:00 via iPhone
感谢分享
|
15
infun 2021-12-05 18:18:34 +08:00 via iPhone
@formulahendry 非 web 版本有没有可能支持呢?
|
16
formulahendry OP @infun 桌面版的 VS Code 也能用的~
|
17
infun 2021-12-05 18:40:36 +08:00
@formulahendry 我在用 但是没有调试功能
|
18
ch2 2021-12-05 22:53:03 +08:00
@formulahendry #13 不能读写 workspace 的文件就很没用
|
19
iqoo 2021-12-05 23:14:09 +08:00
WebAssembly 虽简单但体积很大性能也不高。还是期待直接翻译的版本。
|
20
leoleoasd 2021-12-06 09:10:28 +08:00
打个广告,在浏览器里直接运行 clang 编译器,编译 c++程序,并在浏览器里运行:
https://github.com/eduoj/wasm-clang 用法可参考 https://github.com/EduOJ/frontend/blob/master/src/views/IDE.vue#L143-L180 |
21
ptwop 2021-12-06 10:25:36 +08:00
@formulahendry 好像也不行,一直是这个页面:
![]( https://raw.githubusercontent.com/jhongyu/image/master/202112061024217.png) |
22
formulahendry OP |
23
ptwop 2021-12-06 12:51:59 +08:00
@formulahendry 浏览器是 Mac 上的 chrome ,代理用的 clash X ,打开一段时间之后就变成这样了😂 ![]( https://raw.githubusercontent.com/jhongyu/image/master/202112061250989.png)
|
24
c1273082756 2021-12-07 11:25:08 +08:00
牛逼, 可以用, 就是支持的 pip 库有点少, 试了一下常用的比如 flask, numpy, requests, lxml 之类的库都是没办法 import 进来的, 希望这个插件能发展起来
|
25
formulahendry OP @c1273082756 嗯嗯,未来会调研下怎么添加其他库的支持~
|
26
ClericPy 2021-12-19 12:21:49 +08:00
|
28
yangtze 2021-12-20 08:56:36 +08:00 via iPhone
能支持其他语言吗,比如 rust
|
29
formulahendry OP @yangtze 在计划中
|
30
pocketz 2021-12-24 15:43:20 +08:00
头像眼熟,一看名字是 code runner for web 就明白了
|
31
yangheng4922 2022-02-14 18:46:39 +08:00
flutter for web 能支持就好啦
|
32
star7th 2022-06-10 13:51:08 +08:00
有实际应用场景吗?感觉没什么用。现代的项目都是各种依赖的,而你这个只支持标准库之类的,实际项目很难跑起来的,只能跑一些简单脚本。但如果是简单脚本,用 js 来写也不难
|
33
stardust21 2022-06-10 20:07:39 +08:00
@star7th 用来教学是不是可以,省去环境配置环节了
|
34
bytesfold 2022-06-10 21:48:04 +08:00 via iPhone
可是跟 codespaces 有啥不同吗
|
35
CodeCodeStudy 2023-09-04 15:46:16 +08:00
一直卡在 Initializing...
|