File size: 1,328 Bytes
1e2428b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
#!wing
#!version=10.0
##################################################################
# Wing project file #
##################################################################
[project attributes]
console.toolbox = [{'autosave': False,
'cmd': 'bash -norc -ic ". /home/kevin/envs/gradio-3/bin/activate && bash -norc"',
'context': ('project',
''),
'env': ('merge',
['TERM=dumb']),
'id': 'cmd-WAWesIyTgPz7htNd',
'io_encoding': None,
'key_binding': None,
'line_mode': True,
'pseudo_tty': True,
'pypath': ('project',
[]),
'raise_panel': True,
'rundir': ('project',
''),
'shared': False,
'title': 'Terminal 1'}]
proj.directory-list = [{'dirloc': loc('.'),
'excludes': (),
'filter': '*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True}]
proj.file-type = 'shared'
|