Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
riejo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
37 ms
·
1.
▲
Microsoft Open Sources Copilot
(code.visualstudio.com)
130 points
by
riejo
1y ago
|
17 comments
2.
▲
Just like Git-bisect, but for VS Code extensions
(code.visualstudio.com)
2 points
by
riejo
6y ago
|
0 comments
3.
▲
by
riejo
6y ago
it can record your hikes and rides
4.
▲
by
riejo
6y ago
VSC dev here. Correct, perf is a priority for us and it's no black magic. A simple one is to keep your bundles small. VSC's main bundle is less than 9MB, Cloud UI seems to be 15.
5.
▲
by
riejo
6y ago
When it's 2020 and you label your boxes master/slave.
6.
▲
VS Code 1.49
(code.visualstudio.com)
4 points
by
riejo
6y ago
|
0 comments
7.
▲
by
riejo
6y ago
FYI, to see what's being send do this: "F1 > Log Level > Trace" and then "View > Output > Log (Telemetry)"
8.
▲
by
riejo
6y ago
codespaces!
9.
▲
Optimizations in Syntax Highlighting
(code.visualstudio.com)
257 points
by
riejo
10y ago
|
54 comments
10.
▲
by
riejo
10y ago
That's most likely because the html formatter doesn't support to format range/selection but only the full document.