kopia lustrzana https://github.com/c9/core
Merge pull request +15153 from c9/ide-change-welcome-messages
Remove line about sauce labs from messagespull/389/head
commit
edfe98b67d
|
@ -21,7 +21,6 @@
|
||||||
|
|
||||||
var messages = [
|
var messages = [
|
||||||
"Share your code by sharing your workspace URL.",
|
"Share your code by sharing your workspace URL.",
|
||||||
"Test your code in different browsers with the Sauce Labs plugin.",
|
|
||||||
"Each workspace is its own Ubuntu virtual machine.",
|
"Each workspace is its own Ubuntu virtual machine.",
|
||||||
"Run 'dpkg -l' in the terminal to see all packages installed.",
|
"Run 'dpkg -l' in the terminal to see all packages installed.",
|
||||||
"Remember to run your code on port 8080, 8081, or 8082.",
|
"Remember to run your code on port 8080, 8081, or 8082.",
|
||||||
|
@ -33,7 +32,7 @@
|
||||||
"POST /desktop/era",
|
"POST /desktop/era",
|
||||||
"Try using VIM mode!",
|
"Try using VIM mode!",
|
||||||
"Not your grandmother's IDE",
|
"Not your grandmother's IDE",
|
||||||
"Makes your laptop cooler"
|
"Literally makes your laptop cooler"
|
||||||
];
|
];
|
||||||
|
|
||||||
var mac_keybindings = [
|
var mac_keybindings = [
|
||||||
|
|
Ładowanie…
Reference in New Issue