Skip to content

Commit

Permalink
Merge pull request lensapp#23 from lensapp/update-styling-sass-lens5
Browse files Browse the repository at this point in the history
Updated to work with Lens 5 Extension API - styling-sass-sample
  • Loading branch information
stevejr authored Aug 2, 2021
2 parents ab1817b + 726e99b commit cf09c48
Show file tree
Hide file tree
Showing 5 changed files with 940 additions and 666 deletions.
4 changes: 2 additions & 2 deletions styling-sass-sample/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { LensMainExtension } from "@k8slens/extensions";
import { Renderer } from "@k8slens/extensions";

export default class SassStylingExtensionMain extends LensMainExtension {
export default class SassStylingExtensionMain extends Renderer.LensExtension {
onActivate() {
console.log('styling-sass-sample activated');
}
Expand Down
Loading

0 comments on commit cf09c48

Please sign in to comment.