2023-07-25 02:40:28 +02:00
|
|
|
{
|
|
|
|
// List of extensions which should be recommended for users of this workspace.
|
|
|
|
"recommendations": [
|
|
|
|
"ms-python.vscode-pylance",
|
2023-08-24 03:50:55 +02:00
|
|
|
"ms-python.black-formatter",
|
2023-07-25 02:40:28 +02:00
|
|
|
"ms-python.isort",
|
|
|
|
],
|
|
|
|
}
|