Skip to content

Commit

Permalink
Create devcontainer.json (#4377)
Browse files Browse the repository at this point in the history
## Description

This PR adds a configuration for github codespaces, so that anyone can
create a codespace from this repo with forc, cargo, and the Rust & Sway
VSCode plugins installed.

## Checklist

- [ ] I have linked to any relevant issues.
- [ ] I have commented my code, particularly in hard-to-understand
areas.
- [ ] I have updated the documentation where relevant (API docs, the
reference, and the Sway book).
- [ ] I have added tests that prove my fix is effective or that my
feature works.
- [ ] I have added (or requested a maintainer to add) the necessary
`Breaking*` or `New Feature` labels where relevant.
- [ ] I have done my best to ensure that my PR adheres to [the Fuel Labs
Code Review
Standards](https://github.com/FuelLabs/rfcs/blob/master/text/code-standards/external-contributors.md).
- [ ] I have requested a review from the relevant team or maintainers.
  • Loading branch information
sdankel authored Jun 5, 2023
1 parent d5464e0 commit 7470126
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/common-utils:1": {},
"ghcr.io/FuelLabs/devcontainer-features/fuelup:1.0.1": {},
"ghcr.io/devcontainers/features/rust:1": {},

This comment has been minimized.

Copy link
@arpangoyal36

arpangoyal36 Jan 21, 2025

#&call_endTx

},
"customizations": {
"vscode": {
"extensions": [
"fuellabs.sway-vscode-plugin",
"rust-lang.rust-analyzer"
]
}
}
}

24 comments on commit 7470126

@Hamidqi2020
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

best projec

@xmx16688
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

go

@Funnykingsteve
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great 😃👍

@xiyoujiluo
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

KU

@havunhan
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

go

@wel4
Copy link

@wel4 wel4 commented on 7470126 Jul 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

go

@FirdavsK13
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great

@ergev5
Copy link

@ergev5 ergev5 commented on 7470126 Jul 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

@kongxianshen
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

@mariaramirez64884
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wow

@XizirM
Copy link

@XizirM XizirM commented on 7470126 Oct 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

да

@Username1684
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

@orginaldefi
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great

@BeGGit2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good!

@denver79
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool

@grot003
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

@japa22222
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

@Alcogolik
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very nice

@aksha90
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

go

@yoojb
Copy link

@yoojb yoojb commented on 7470126 Feb 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good

@tylerburden666
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good one

@0xbekos
Copy link

@0xbekos 0xbekos commented on 7470126 Mar 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v ery nice

@Dtpsptms15
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LFG

@jacksasd888
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good

Please sign in to comment.