Update setting name in REPL docs (#15017)
cc @rgbkrk @iamnbutler Release Notes: - N/A
This commit is contained in:
parent
7d0386eff9
commit
d9a00b6f8b
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ Assign kernels by name to languages in your `settings.json`.
|
||||||
```jsonc
|
```jsonc
|
||||||
{
|
{
|
||||||
"jupyter": {
|
"jupyter": {
|
||||||
"kernels": {
|
"kernel_selections": {
|
||||||
"python": "conda-env",
|
"python": "conda-env",
|
||||||
"typescript": "deno-debug"
|
"typescript": "deno-debug"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue