-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Would be nice if UV Toolkit implemented the feature found in:
- https://marketplace.visualstudio.com/items?itemName=nsarrazin.pep723-uv-interpreter
- https://github.com/nsarrazin/pep723-uv-interpreter
As in, automatically select Python interpreter in VSCode for script files that follows PEP 723 ( https://peps.python.org/pep-0723/ ). Example file.
#!/usr/bin/env -S uv run --script
# /// script
# requires-python = ">=3.14"
# dependencies = [
# "cowsay"
# ]
# ///
import cowsay
if __name__ == "__main__":
cowsay.cow("Hey there!")Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels