Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
d3e5e487
Commit
d3e5e487
authored
Jun 08, 2016
by
Devon Carew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revmoe the debug:true param from the atom launch config (#4464)
parent
0db04819
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
run.dart
packages/flutter_tools/lib/src/run.dart
+0
-2
main.yaml.tmpl
...tools/templates/create/.atom/launches.tmpl/main.yaml.tmpl
+0
-2
No files found.
packages/flutter_tools/lib/src/run.dart
View file @
d3e5e487
...
...
@@ -30,8 +30,6 @@ String findMainDartFile([String target]) {
return
targetPath
;
}
// TODO: split out the cli part of the UI from this class
class
RunAndStayResident
{
RunAndStayResident
(
this
.
device
,
{
...
...
packages/flutter_tools/templates/create/.atom/launches.tmpl/main.yaml.tmpl
View file @
d3e5e487
...
...
@@ -3,8 +3,6 @@ type: flutter
path: lib/main.dart
flutter:
# Enable or disable debugging.
debug: true
# The starting route for the app.
route:
# Additional args for the flutter run command.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment