godotengine / godotengine/godot-vscode-plugin

Try to debug/run most suitable scene

Open
#822 4 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
TypeScript
Stars
2.1k
Forks
257
PR merge metrics
No merged PRs in 30d

Description

### Godot version

any

### VS Code version

any

### Godot Tools VS Code extension version

any

### System information

any

### Problem statement

-

### Proposed solution

when press F5

```
var current_file = file opened in current editor view

if there is a Pinned scene:
run the Pinned scene

else if current_file is a scene:
run this one

else if current_file is a gdscript && current_file related to a scene root:
run that related scene

else:
run project default scene
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.