Skip to content

Commit

Permalink
python: merge base.json into python.json and change snippets (#454)
Browse files Browse the repository at this point in the history
* python: merge base.json into python.json and streamline supported snippets.
  • Loading branch information
REmerald authored Jun 3, 2024
1 parent 637d90e commit e11b09b
Show file tree
Hide file tree
Showing 3 changed files with 201 additions and 277 deletions.
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -331,23 +331,19 @@
},
{
"language": "python",
"path": "./snippets/python/base.json"
"path": "./snippets/python/python.json"
},
{
"language": "python",
"path": "./snippets/python/comprehension.json"
},
{
"language": "python",
"path": "./snippets/python/debug.json"
},
{
"language": "python",
"path": "./snippets/python/python.json"
"path": "./snippets/python/unittest.json"
},
{
"language": "python",
"path": "./snippets/python/unittest.json"
"path": "./snippets/python/debug.json"
},
{
"language": "pydoc",
Expand Down
178 changes: 0 additions & 178 deletions snippets/python/base.json

This file was deleted.

Loading

0 comments on commit e11b09b

Please sign in to comment.