From 01c9aec695d1734ef6be9d9a238682cdfa0ba429 Mon Sep 17 00:00:00 2001 From: Mayel de Borniol Date: Tue, 31 Oct 2023 17:05:48 +0000 Subject: [PATCH] misc --- .gitpod.yml | 26 +++++++++++++------------- .zed/settings.json | 6 ++---- mix.exs | 2 +- 3 files changed, 16 insertions(+), 18 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 4bd3f6c378..ad8f00ae6b 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -2,17 +2,17 @@ image: file: .gitpod.Dockerfile tasks: - name: Setup - init: just setup + init: just setup command: just dev -github: - prebuilds: - # enable for the default branch (defaults to true) - master: true - # enable for all branches in this repo (defaults to false) - branches: false - # enable for pull requests coming from this repo (defaults to true) - pullRequests: false - # add a check to pull requests (defaults to true) - addCheck: true - # add a "Review in Gitpod" button as a comment to pull requests (defaults to false) - addComment: false +# github: + # prebuilds: + # # enable for the default branch (defaults to true) + # master: true + # # enable for all branches in this repo (defaults to false) + # branches: false + # # enable for pull requests coming from this repo (defaults to true) + # pullRequests: false + # # add a check to pull requests (defaults to true) + # addCheck: true + # # add a "Review in Gitpod" button as a comment to pull requests (defaults to false) + # addComment: false diff --git a/.zed/settings.json b/.zed/settings.json index 782b64def7..27d18d3df5 100644 --- a/.zed/settings.json +++ b/.zed/settings.json @@ -3,8 +3,6 @@ // For a full list of overridable settings, and general information on folder-specific settings, // see the documentation: https://docs.zed.dev/configuration/configuring-zed#folder-specific-settings { - format_on_save: true, - "elixir": { - "lsp": "next_ls" - } + "format_on_save": "on", + "formatter": "language_server" } diff --git a/mix.exs b/mix.exs index c52f0d578b..21da81d925 100755 --- a/mix.exs +++ b/mix.exs @@ -50,7 +50,7 @@ defmodule Bonfire.Umbrella.MixProject do # tests # {:floki, ">= 0.0.0", only: [:dev, :test]}, - # {:pages, "~> 0.12", only: :test}, # extends Floki for testing + # {:pages, "~> 0.12", only: :test}, # extends Floki for testing {:mock, "~> 0.3", only: :test}, {:mox, "~> 1.0", only: :test}, {:ex_machina, "~> 2.7", only: [:dev, :test]},