mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-07 06:52:28 +00:00
feat: support multiple workspace roots (#584)
This commit is contained in:
@@ -322,9 +322,9 @@ export default {
|
||||
'browse.startSession': 'Start Session',
|
||||
'browse.nav': 'Browse',
|
||||
'browse.noRootTitle': 'Workspace browsing is off',
|
||||
'browse.noRootHint': 'Browsing is opt-in. Restart the runner with a workspace root to enable file-tree navigation and scoped session spawning.',
|
||||
'browse.noRootHint': 'Browsing is opt-in. Restart the runner with one or more workspace roots to enable file-tree navigation and scoped session spawning.',
|
||||
'browse.noRootFooter': 'You can still create sessions from the “New Session” page.',
|
||||
'browse.noMachinesConnected': 'No CLI connected. Run `hapi runner start --workspace-root /path` on a machine to get started.',
|
||||
'browse.noMachinesConnected': 'No CLI connected. Run `hapi runner start --workspace-root /path/a --workspace-root /path/b` on a machine to get started.',
|
||||
|
||||
// Misc
|
||||
'misc.noMachines': 'No machines available',
|
||||
|
||||
Reference in New Issue
Block a user