File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -199,22 +199,7 @@ func New() *cobra.Command {
199199 var opts * sync.SyncOptions
200200 var err error
201201
202- //
203- // To be uncommented and used once our VS Code extension is bundle aware.
204- // Until then, this could interfere with extension usage where a `databricks.yml` file is present.
205- // See https://github.com/databricks/cli/pull/207.
206- //
207- // b := bundle.GetOrNil(cmd.Context())
208- // if b != nil {
209- // // Run initialize phase to make sure paths are set.
210- // err = bundle.Apply(cmd.Context(), b, phases.Initialize())
211- // if err != nil {
212- // return err
213- // }
214- // opts, err = syncOptionsFromBundle(cmd, args, b)
215- // } else {
216202 opts , err = f .syncOptionsFromArgs (cmd , args )
217- // }
218203 if err != nil {
219204 return err
220205 }
You can’t perform that action at this time.
0 commit comments