log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
code
>
home
>
repos
>
video
comparison .vscode/settings.json @ 2:
78c1a2983010
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
rewrite UI and file serving parts; use vite
author
drewp@bigasterisk.com
date
Mon, 20 Mar 2023 20:26:02 -0700
parents
children
comparison
equal
deleted
inserted
replaced
1:f036a4955ad2
2:78c1a2983010
1
{
2
"python.analysis.extraPaths": [
3
"${workspaceFolder}/__pypackages__/3.10/lib"
4
],
5
"python.autoComplete.extraPaths": [
6
"${workspaceFolder}/__pypackages__/3.10/lib"
7
]
8
}