Skip to content

Commit

Permalink
devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
cossio committed Mar 15, 2024
1 parent 2635e82 commit da9cd23
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 19 deletions.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers/features/common-utils:2": {}
"ghcr.io/devcontainers/features/common-utils:2": {
"configureZshAsDefaultShell": "true"
}
},
"customizations": {
"vscode": {
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/TagBot.yml

This file was deleted.

5 changes: 2 additions & 3 deletions src/SequenceLogos.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
module SequenceLogos

import Makie

using LazyArtifacts: LazyArtifacts, @artifact_str
import Makie
using LazyArtifacts: @artifact_str
using LazyArtifacts: LazyArtifacts

#include("logo.jl")
#include("color_funs.jl")
Expand Down

0 comments on commit da9cd23

Please sign in to comment.